X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=2614ea3c34e02751d7a7226c198d0b645e98cd51;hb=1f6a6254deed20c2c25108bf6d98a298898ba34a;hp=b71596c6ec99016f5b17f08f05b236fdcda77350;hpb=18764f2761fa33fdafe99f1007ae4758a5bf987b;p=dygraphs.git diff --git a/Makefile b/Makefile index b71596c..2614ea3 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,10 @@ all: generate-combined generate-combined: @echo Generating dygraph-combined.js - @generate-combined.sh + @./generate-combined.sh + +gwt: generate-gwt + +generate-gwt: + @echo Generating GWT JAR file + @./generate-jar.sh