1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

updated makefile with phony

This commit is contained in:
Zack Scholl 2016-02-08 12:46:54 -05:00
parent 25b373e1bb
commit cf839c1eae

View File

@ -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