From d2f5e6b92738abf99ea5adfc09b038b35db6176e Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 6 Aug 2018 16:17:11 +0200 Subject: webui: pack the files only on demand --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit