Update plugin registry
[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: generate-combined
8
9 generate-combined:
10 @echo Generating dygraph-combined.js
11 @./generate-combined.sh
12
13 gwt: generate-gwt
14
15 generate-gwt:
16 @echo Generating GWT JAR file
17 @./generate-jar.sh
18
19 test:
20 @./test.sh