summaryrefslogtreecommitdiff
path: root/bin/doc/node_modules/marked/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/doc/node_modules/marked/Makefile')
-rw-r--r--bin/doc/node_modules/marked/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/doc/node_modules/marked/Makefile b/bin/doc/node_modules/marked/Makefile
new file mode 100644
index 00000000..76904000
--- /dev/null
+++ b/bin/doc/node_modules/marked/Makefile
@@ -0,0 +1,9 @@
+all:
+ @cp lib/marked.js marked.js
+ @uglifyjs -o marked.min.js marked.js
+
+clean:
+ @rm marked.js
+ @rm marked.min.js
+
+.PHONY: clean all