Tag bin/build target as PHONY

This commit is contained in:
wpetit 2018-09-24 08:49:59 +02:00
parent 2f05a4573b
commit 1694111ed5
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ doc:
@echo "Open your browser to http://localhost:6060/pkg/forge.cadoles.com/Pyxis/orion/ to see the documentation"
@godoc -http=:6060
.PHONY: test clean generate vendor install-devtools lint watch tidy doc
.PHONY: test clean generate vendor install-devtools lint watch tidy doc bin/server