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