aboutsummaryrefslogtreecommitdiff
path: root/static/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'static/Makefile')
-rw-r--r--static/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/Makefile b/static/Makefile
index d55688ba..b85422a3 100644
--- a/static/Makefile
+++ b/static/Makefile
@@ -17,6 +17,9 @@ all: $(TARGETS)
script.out.js: $(TS_FILES)
browserify $< -p tsify --noImplicitAny --debug -o $@
+deps.svg: $(TS_FILES)
+ madge --image $@ $^
+
# Note that 'tsc --watch' doesn't provide the files we are using. It's
# just here for debug.
watch: