From 2f3838d95a5f3c5aaac8a097d1698ffb7add010b Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Thu, 13 Jul 2017 23:12:36 -0700 Subject: [PATCH] make: properly specify targets as phony None of them are referring to actual files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9b2f6c9..b016656e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ARM6=$(BUILD)arm SOURCE=oragono.go VERS=XXX -.PHONY: all +.PHONY: all clean windows osx linux arm6 add-files = mkdir -p $1; \ cp oragono.yaml $1; \