pushing <3

This commit is contained in:
Paul Schneider 2018-04-26 21:02:11 +02:00
commit bc2630f854
10 changed files with 44 additions and 24 deletions

View file

@ -1,7 +1,7 @@
MAKE=make
SUBDIRS=Yavsc.Abstract Yavsc cli
VERSION=1.0.5-rc11
VERSION=1.0.5-rc12
all: $(SUBDIRS)
@ -9,7 +9,7 @@ $(SUBDIRS):
$(MAKE) -C $@ VERSION=$(VERSION)
deploy-pkgs:
$(MAKE) -C Yavsc.Abstract deploy VERSION=$(VERSION)
$(MAKE) -C Yavsc.Abstract deploy-pkg VERSION=$(VERSION)
$(MAKE) -C Yavsc deploy-pkg VERSION=$(VERSION)
.PHONY: all $(SUBDIRS)