wip!
This commit is contained in:
parent
d78d1f8cb0
commit
949bdf8604
15 changed files with 1370 additions and 234 deletions
6
Makefile
6
Makefile
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue