summaryrefslogtreecommitdiff
path: root/sitestatic/js.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sitestatic/js.mk')
-rw-r--r--sitestatic/js.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/sitestatic/js.mk b/sitestatic/js.mk
deleted file mode 100644
index 4c803be6..00000000
--- a/sitestatic/js.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-closurecompiler=@compiler() { cp "$$1" "$${1%.js}.min.js"; echo "compiler $$*"; }; compiler
-
-%.min.js: %.js
- $(closurecompiler) '$<'
-
-.gitignore: FORCE
- for file in $(gitignore) $(targets); do echo $$file; done | sort > $@
-
-clean: PHONY
-distclean-hook: clean
-distclean: clean distclean-hook
- rm -f $(targets)
-
-FORCE: PHONY
-PHONY:
-.PHONY: PHONY
-
-.SECONDARY: