From 9575a974a28de3d89359ee37043d69e4b5e0d651 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 8 Mar 2014 13:21:38 +0100 Subject: [PATCH] Removing Makefile for js-minification --- js/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 js/Makefile diff --git a/js/Makefile b/js/Makefile deleted file mode 100644 index 57ac5ecb36..0000000000 --- a/js/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -.fake: all clean - -TARGETS=util.min.js extlib/json2.min.js extlib/jquery.cookie.min.js - -all: $(TARGETS) - -clean: - rm -f $(TARGETS) - -extlib/json2.min.js: extlib/json2.js - yui-compressor $+ > $@ - -extlib/jquery.cookie.min.js: extlib/jquery.cookie.js - yui-compressor $+ > $@