From a059171ca95f9c9d676d730f27a9e216c618a503 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Mon, 9 Sep 2013 18:11:02 +0200 Subject: [PATCH] rm Makefile, no longer needed --- Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index b7078ec..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -ISSO = "isso/js" - -all: admin client - -init: - git clone https://github.com/posativ/promisejs.git $(ISSO)/promise.js - (cd $(ISSO) && ender build jeesh) - (cd $(ISSO) && ender add promise.js) - rm -rf $(ISSO)/promise.js - -admin: - cat $(ISSO)/ender.js $(ISSO)/isso.js $(ISSO)/utils.js $(ISSO)/admin.js > $(ISSO)/_.js - yuicompressor --type js --charset utf-8 $(ISSO)/_.js -o $(ISSO)/interface.js - - rm $(ISSO)/_.js - -client: - cat $(ISSO)/ender.js $(ISSO)/isso.js $(ISSO)/utils.js $(ISSO)/client.js > $(ISSO)/_.js - yuicompressor --type js --charset utf-8 $(ISSO)/_.js -o $(ISSO)/embed.js - - rm $(ISSO)/_.js