X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=b5e812d95b4a6a36fc7c470079a18daaef7e8076;hb=bef79a5b598ff3bfd0a0cbfe756c82f3945c18b0;hp=2614ea3c34e02751d7a7226c198d0b645e98cd51;hpb=14c9d5bb3d2a2d2fd3a329003e43ae58ba4c784a;p=dygraphs.git diff --git a/Makefile b/Makefile index 2614ea3..b5e812d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,10 @@ # # 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 @@ -15,3 +18,9 @@ gwt: generate-gwt generate-gwt: @echo Generating GWT JAR file @./generate-jar.sh + +test: + @./test.sh + +lint: + @./lint.sh