diff --git a/Makefile b/Makefile index cd41539c..9a269011 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ -test: - npm install jshint - jshint *.js --config js/.jshintrc \ No newline at end of file + test: + npm install jshint + jshint *.js --config js/.jshintrc \ No newline at end of file