aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--git-bug.go1
-rw-r--r--webui/build/.gitkeep0
3 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3b2aa6e6..592dc524 100644
--- a/Makefile
+++ b/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
diff --git a/git-bug.go b/git-bug.go
index 0b980330..7a1a2ad4 100644
--- a/git-bug.go
+++ b/git-bug.go
@@ -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
diff --git a/webui/build/.gitkeep b/webui/build/.gitkeep
deleted file mode 100644
index e69de29b..00000000
--- a/webui/build/.gitkeep
+++ /dev/null