Merge pull request #6 from thedjinn/makefile

Added Makefile
This commit is contained in:
Olly Smith 2012-02-27 23:00:27 -08:00
commit 92666d6a6c

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all: morris
morris:
coffee -c morris.coffee
uglifyjs morris.js > morris.min.js