Lint as part of Travis tests
[dygraphs.git] / jshint / Makefile
diff --git a/jshint/Makefile b/jshint/Makefile
deleted file mode 100644 (file)
index 512ca3b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-build_dir:
-       @mkdir -p "build"
-
-rhino: build_dir
-       @echo "Building JSHint for Rhino"
-       @cat "jshint.js" > "build/jshint-rhino.js" && \
-               cat "env/rhino.js" >> "build/jshint-rhino.js" && \
-               echo "Done"
-
-test:
-       @echo "Running all tests"
-       @expresso tests/*.js
-
-clean:
-       @echo "Cleaning"
-       @rm -f build/*.js && echo "Done"