Merge pull request #184 from kberg/master
[dygraphs.git] / Makefile
1 # Run the generate-combined.sh script.
2 # This Makefile isn't really necessary, but it serves as a "indicator"
3 # to new users that they need to do a "build" of sorts.
4 #
5 # Dean Wampler <dean@deanwampler.com> March 22, 2010
6
7 all: test generate-combined
8
9 clean:
10 @cp .dygraph-combined-clean.js dygraph-combined.js
11
12 generate-combined:
13 @echo Generating dygraph-combined.js
14 @./generate-combined.sh
15
16 gwt: generate-gwt
17
18 generate-gwt:
19 @echo Generating GWT JAR file
20 @./generate-jar.sh
21
22 test:
23 @./test.sh
24
25 lint:
26 @./lint.sh