This commit is contained in:
Paul Schneider 2018-02-07 20:32:58 +01:00
commit cf50ca90f1
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)