dependecies are more true like that

vnext
Paul Schneider 6 years ago
parent ae74d02c35
commit 2371e5ccbc
1 changed files with 2 additions and 2 deletions

@ -8,7 +8,7 @@ Yavsc.Abstract:
Yavsc.Server: Yavsc.Abstract Yavsc.Server: Yavsc.Abstract
$(MAKE) -C Yavsc.Server VERSION=$(VERSION) $(MAKE) -C Yavsc.Server VERSION=$(VERSION)
Yavsc: Yavsc.Server Yavsc:
make -C Yavsc restore make -C Yavsc restore
make -C Yavsc VERSION=$(VERSION) make -C Yavsc VERSION=$(VERSION)
@ -30,7 +30,7 @@ Yavsc-Server: Yavsc.Abstract-deploy-pkg
Yavsc.Server-deploy-pkg: Yavsc-Server Yavsc.Server-deploy-pkg: Yavsc-Server
cli: Yavsc.Server-deploy-pkg cli: Yavsc.Abstract-deploy-pkg Yavsc.Server-deploy-pkg
make -C cli restore make -C cli restore
make -C cli make -C cli

Loading…