Skip to content

Commit

Permalink
Makefile dimmy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeetienne committed Feb 27, 2012
1 parent 8d89b75 commit 77ac0ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
@@ -1,4 +1,4 @@
# makefile to automatize simple operations
# makefile to automatize simple operations

server:
python -m SimpleHTTPServer
Expand Down Expand Up @@ -41,6 +41,12 @@ buildPlain:
cat js/tquery.core.create.js >> build/tquery.js
cat js/plugins/lights/*.js >> build/tquery.js
cat js/plugins/*.js >> build/tquery.js
#cat examples/domevent/threex.domevent.js >> build/tquery.js
#cat examples/domevent/tquery.object3d.domevent.js >> build/tquery.js
#cat examples/text/fonts/*.js >> build/tquery.js
#cat examples/text/fonts/droid/*.js >> build/tquery.js
#cat examples/text/*.js >> build/tquery.js
#cat examples/linkify/*.js >> build/tquery.js

minifyPlain: buildPlain
echo $(BANNER) > build/tquery.min.js
Expand Down

0 comments on commit 77ac0ca

Please sign in to comment.