aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-06 16:17:11 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-06 16:17:11 +0200
commitd2f5e6b92738abf99ea5adfc09b038b35db6176e (patch)
treeb04d7cb39d05ffad25c1d765ae1084b23a4da96d /Makefile
parent84131cb553c6cd1d17e3efe2b65b0f0855eb2cb5 (diff)
downloadgit-bug-d2f5e6b92738abf99ea5adfc09b038b35db6176e.tar.gz
webui: pack the files only on demand
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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