From 2371e5ccbc25d94bb5b7e0b8f08dc4544b5230f2 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 7 May 2018 10:03:40 +0200 Subject: [PATCH] dependecies are more true like that --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ea5f8775..8fe91d62 100644 --- a/Makefile +++ b/Makefile @@ -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