Merge pull request #184 from kberg/master
[dygraphs.git] / Makefile
CommitLineData
18764f27
DW
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
c0db98ca
RK
7all: test generate-combined
8
9clean:
10 @cp .dygraph-combined-clean.js dygraph-combined.js
18764f27
DW
11
12generate-combined:
13 @echo Generating dygraph-combined.js
71ac4733
AV
14 @./generate-combined.sh
15
16gwt: generate-gwt
17
18generate-gwt:
19 @echo Generating GWT JAR file
20 @./generate-jar.sh
86a3e64f
DV
21
22test:
23 @./test.sh
c0db98ca
RK
24
25lint:
26 @./lint.sh