mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-13 07:11:12 +01:00
add makefile
This commit is contained in:
parent
738f53ec72
commit
336482cd62
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
all: morris
|
||||||
|
|
||||||
|
morris:
|
||||||
|
coffee -c morris.coffee
|
||||||
|
uglifyjs morris.js > morris.min.js
|
Loading…
Reference in a new issue