From c1a69100c51bdbd50cfad541906f0c7bec7b056d Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 17 Jun 2019 01:05:42 +0100 Subject: [PATCH] build needs the code to be generated --- src/Yavsc.Server/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Yavsc.Server/Makefile b/src/Yavsc.Server/Makefile index 282c0e09..013c539b 100644 --- a/src/Yavsc.Server/Makefile +++ b/src/Yavsc.Server/Makefile @@ -3,9 +3,9 @@ MAKEFILE_DIR=$(SOURCE_DIR)/scripts/build/make include $(MAKEFILE_DIR)/versioning.mk include $(MAKEFILE_DIR)/dnx.mk -all: $(BINTARGETPATH) +default: all -$(BINTARGETPATH): ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll ../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll +$(BINTARGETPATH): ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll ../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll prepare_code ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll: make -C ../OAuth.AspNet.AuthServer @@ -17,3 +17,5 @@ Resources/Yavsc.Models.IT.Fixing.Bug.Designer.cs: Resources/Yavsc.Models.IT.Fixi strotygen -p -t -l -r "Yavsc.Server.Resources." $^ prepare_code: Resources/Yavsc.Models.IT.Fixing.Bug.Designer.cs + +all: $(BINTARGETPATH)