diff options
author | Ebus-at-dockstar <ebus@dockstar> | 2014-07-25 22:13:55 +0200 |
---|---|---|
committer | Ebus-at-dockstar <ebus@dockstar> | 2014-07-25 22:13:55 +0200 |
commit | f6675ccdd7a5997def3c4656f0e2c5dbbbed1fc8 (patch) | |
tree | 893a37289de684b95a6184c528e5c9c8547e7197 /datastore-leveldb/wwwroot_ebus/lib/flot-0.7/Makefile | |
parent | cfb0c10631bbbd31b525e7992b59de06d3c2e550 (diff) | |
download | ebus-alt-f6675ccdd7a5997def3c4656f0e2c5dbbbed1fc8.tar.gz ebus-alt-f6675ccdd7a5997def3c4656f0e2c5dbbbed1fc8.zip |
embed xexpr-path
Diffstat (limited to 'datastore-leveldb/wwwroot_ebus/lib/flot-0.7/Makefile')
-rw-r--r-- | datastore-leveldb/wwwroot_ebus/lib/flot-0.7/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/datastore-leveldb/wwwroot_ebus/lib/flot-0.7/Makefile b/datastore-leveldb/wwwroot_ebus/lib/flot-0.7/Makefile deleted file mode 100644 index b300f1a..0000000 --- a/datastore-leveldb/wwwroot_ebus/lib/flot-0.7/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# 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 $@ |