Address lint warnings.
[dygraphs.git] / Makefile
... / ...
CommitLineData
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
7all: test generate-combined
8
9clean:
10 @cp .dygraph-combined-clean.js dygraph-combined.js
11
12generate-combined:
13 @echo Generating dygraph-combined.js
14 @./generate-combined.sh
15
16gwt: generate-gwt
17
18generate-gwt:
19 @echo Generating GWT JAR file
20 @./generate-jar.sh
21
22test:
23 @./test.sh
24
25lint:
26 @./lint.sh