summaryrefslogtreecommitdiff
path: root/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/Makefile
diff options
context:
space:
mode:
authorDemo User <jack@beagleboard.1.localnet.cc>2013-04-30 15:55:31 +0000
committerDemo User <jack@beagleboard.1.localnet.cc>2013-04-30 15:56:39 +0000
commit6747a496d800c23af0cd41c96f784fe6bae5667c (patch)
tree595ca745a8e6746969155e9cc7ac5efddc460cfd /datastore-leveldb/wwwroot_laerm/lib/flot-0.7/Makefile
parenta3f3c9d7a9bb5237628eaa30b550c9cc5d3dcdc2 (diff)
downloadebus-alt-6747a496d800c23af0cd41c96f784fe6bae5667c.tar.gz
ebus-alt-6747a496d800c23af0cd41c96f784fe6bae5667c.zip
wwwroot_laerm
Diffstat (limited to 'datastore-leveldb/wwwroot_laerm/lib/flot-0.7/Makefile')
-rw-r--r--datastore-leveldb/wwwroot_laerm/lib/flot-0.7/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/Makefile b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/Makefile
new file mode 100644
index 0000000..b300f1a
--- /dev/null
+++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/Makefile
@@ -0,0 +1,9 @@
+# Makefile for generating minified files
+
+.PHONY: all
+
+# we cheat and process all .js files instead of an exhaustive list
+all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
+
+%.min.js: %.js
+ yui-compressor $< -o $@