This commit is contained in:
Paul Schneider 2018-04-26 05:20:08 +02:00
commit 949bdf8604
15 changed files with 1370 additions and 234 deletions

View file

@ -1,14 +1,14 @@
MAKE=make
SUBDIRS=Yavsc.Abstract Yavsc.Server Yavsc
VERSION=1.0.5-rc10
SUBDIRS=Yavsc.Abstract Yavsc cli
VERSION=1.0.5-rc11
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ VERSION=$(VERSION)
deploy:
deploy-pkgs:
$(MAKE) -C Yavsc.Abstract deploy VERSION=$(VERSION)
$(MAKE) -C Yavsc deploy-pkg VERSION=$(VERSION)