dependecies are more true like that
This commit is contained in:
parent
d91d744f5b
commit
485b03c3c3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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…
Add table
Add a link
Reference in a new issue