mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
make: properly specify targets as phony
None of them are referring to actual files
This commit is contained in:
parent
e6b6ab2b11
commit
2f3838d95a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ ARM6=$(BUILD)arm
|
||||||
SOURCE=oragono.go
|
SOURCE=oragono.go
|
||||||
VERS=XXX
|
VERS=XXX
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all clean windows osx linux arm6
|
||||||
|
|
||||||
add-files = mkdir -p $1; \
|
add-files = mkdir -p $1; \
|
||||||
cp oragono.yaml $1; \
|
cp oragono.yaml $1; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue