From 1694111ed57556282d8dd055654e3933ab3ceab9 Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 24 Sep 2018 08:49:59 +0200 Subject: [PATCH] Tag bin/build target as PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2899d7..0285e9c 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file +.PHONY: test clean generate vendor install-devtools lint watch tidy doc bin/server \ No newline at end of file