vnext
Paul Schneider 7 years ago
parent 7b93b84c37
commit 715eec6ade
2 changed files with 5 additions and 0 deletions

@ -7,5 +7,10 @@ all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
deploy:
$(MAKE) -C Yavsc.Abstract deploy
$(MAKE) -C Yavsc deploy
.PHONY: all $(SUBDIRS)

Loading…