Tag bin/build target as PHONY
This commit is contained in:
parent
2f05a4573b
commit
1694111ed5
2
Makefile
2
Makefile
|
@ -36,4 +36,4 @@ doc:
|
||||||
@echo "Open your browser to http://localhost:6060/pkg/forge.cadoles.com/Pyxis/orion/ to see the documentation"
|
@echo "Open your browser to http://localhost:6060/pkg/forge.cadoles.com/Pyxis/orion/ to see the documentation"
|
||||||
@godoc -http=:6060
|
@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
|
Reference in New Issue