This commit is contained in:
2018-02-07 20:32:58 +01:00
parent 7b93b84c37
commit 715eec6ade
2 changed files with 5 additions and 0 deletions

View File

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