summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd541a9a7..ab2f6cc20 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
.DEFAULT_GOAL=help
export MTOOLS=./manage
+export MSTATIC=./utils/manage_static.sh
include utils/makefile.include
@@ -89,6 +90,12 @@ PHONY += $(MANAGE)
$(MANAGE):
$(Q)$(MTOOLS) $@
+
+MANAGE_STATIC += static.build.commit.drop static.build.commit static.git.restore.staged static.git.restore
+
+$(MANAGE_STATIC):
+ $(Q)$(MSTATIC) $@
+
# deprecated
PHONY += docs docs-clean docs-live docker themes