X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=b5e812d95b4a6a36fc7c470079a18daaef7e8076;hb=bef79a5b598ff3bfd0a0cbfe756c82f3945c18b0;hp=b71596c6ec99016f5b17f08f05b236fdcda77350;hpb=bb66df31ffc04645f3227d81651574dd5d4561ae;p=dygraphs.git diff --git a/Makefile b/Makefile index b71596c..b5e812d 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,23 @@ # # Dean Wampler March 22, 2010 -all: generate-combined +all: test generate-combined + +clean: + @cp .dygraph-combined-clean.js dygraph-combined.js 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 + +test: + @./test.sh + +lint: + @./lint.sh