3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 11:59:40 +01:00

make: properly specify targets as phony

None of them are referring to actual files
This commit is contained in:
Euan Kemp 2017-07-13 23:12:36 -07:00
parent e6b6ab2b11
commit 2f3838d95a

View File

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