aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Karneges <justin@affinix.com>2013-04-12 02:50:21 -0700
committerJustin Karneges <justin@affinix.com>2013-04-12 02:50:21 -0700
commit74e587b1b6d6349f50c082ed7afece8d43be546d (patch)
treea3700724878171eb70a60aa9e9c2b8e0841c294d /Makefile
parent223e956f8b1482349bf2c01f67b43f67e3027d5b (diff)
downloadpollymer-74e587b1b6d6349f50c082ed7afece8d43be546d.tar
pollymer-74e587b1b6d6349f50c082ed7afece8d43be546d.tar.gz
rename to pollymer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d970841..fc77805 100644
--- a/Makefile
+++ b/Makefile
@@ -3,15 +3,15 @@ VERSION = 1.0.0
all: dist
distclean:
- rm -f polldance-$(VERSION).js polldance-$(VERSION).min.js
+ rm -f pollymer-$(VERSION).js pollymer-$(VERSION).min.js
clean:
-dist: polldance-$(VERSION).min.js
+dist: pollymer-$(VERSION).min.js
-polldance-$(VERSION).js: polldance.js
- cp polldance.js polldance-$(VERSION).js
+pollymer-$(VERSION).js: pollymer.js
+ cp pollymer.js pollymer-$(VERSION).js
-polldance-$(VERSION).min.js: polldance-$(VERSION).js
- sed -e "s/DEBUG = true/DEBUG = false/g" polldance-$(VERSION).js | ./compile.py > polldance-$(VERSION).min.js.tmp
- mv polldance-$(VERSION).min.js.tmp polldance-$(VERSION).min.js
+pollymer-$(VERSION).min.js: pollymer-$(VERSION).js
+ sed -e "s/DEBUG = true/DEBUG = false/g" pollymer-$(VERSION).js | ./compile.py > pollymer-$(VERSION).min.js.tmp
+ mv pollymer-$(VERSION).min.js.tmp pollymer-$(VERSION).min.js