summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Zimmermann <info@posativ.org>2013-09-09 18:11:02 +0200
committerMartin Zimmermann <info@posativ.org>2013-09-09 18:11:02 +0200
commita059171ca95f9c9d676d730f27a9e216c618a503 (patch)
tree5d647e591176bf2432280203be8e128bf1554fc3 /Makefile
parent5744a79e4d21b8e44c53a040496acf9f9d548768 (diff)
rm Makefile, no longer needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 0 insertions, 21 deletions
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