dependecies are more true like that

This commit is contained in:
2018-05-07 10:03:40 +02:00
parent ae74d02c35
commit 2371e5ccbc

View File

@ -8,7 +8,7 @@ Yavsc.Abstract:
Yavsc.Server: Yavsc.Abstract
$(MAKE) -C Yavsc.Server VERSION=$(VERSION)
Yavsc: Yavsc.Server
Yavsc:
make -C Yavsc restore
make -C Yavsc VERSION=$(VERSION)
@ -30,7 +30,7 @@ Yavsc-Server: Yavsc.Abstract-deploy-pkg
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