From cf839c1eae8414ec78ef2098d64af9e3872855cd Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 8 Feb 2016 12:46:54 -0500 Subject: [PATCH] updated makefile with phony --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64c6d66..f215064 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ USERCUR = $(shell bash -c 'whoami') make: go build - + install: rm -rf jinstall mkdir jinstall @@ -28,3 +28,5 @@ install: /etc/init.d/nginx restart /etc/init.d/cowyo.init restart rm -rf jinstall + +.PHONY: install