This commit is contained in:
2018-04-26 05:20:08 +02:00
parent 70a4e5ae6e
commit 78178b6607
15 changed files with 1373 additions and 237 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)