diff --git a/Yavsc/Makefile b/Yavsc/Makefile index 9687c429..ff2151b0 100644 --- a/Yavsc/Makefile +++ b/Yavsc/Makefile @@ -6,10 +6,11 @@ ASPNET_LOG_LEVEL=info #warn HOSTING=localhost HOSTADMIN=root -deploy: clean pushInPre pushInProd all: bin/$(CONFIGURATION) +deploy: clean pushInPre pushInProd + git_status := $(shell git status -s --porcelain |wc -l) status: