Makefile 🔗
@@ -15,4 +15,4 @@ pack-webui:
npm run --prefix webui build
go run webui/pack_webui.go
-.PHONY: build install test
+.PHONY: build install test pack-webui
Michael Muré created
Makefile | 2 +-
git-bug.go | 1 -
webui/build/.gitkeep | 0
3 files changed, 1 insertion(+), 2 deletions(-)
@@ -15,4 +15,4 @@ pack-webui:
npm run --prefix webui build
go run webui/pack_webui.go
-.PHONY: build install test
+.PHONY: build install test pack-webui
@@ -1,4 +1,3 @@
-//go:generate go run webui/pack_webui.go
//go:generate go run doc/gen_markdown.go
//go:generate go run doc/gen_manpage.go
//go:generate go run misc/gen_bash_completion.go