Set default make target to be test

This commit is contained in:
2012-08-02 09:18:49 +01:00
parent 8fc5a26796
commit e489412585

View File

@@ -7,6 +7,8 @@ REPORTER = spec
TESTS = ./test/**/*.test.coffee
SOURCES = ./*.coffee ./lib/**/*.coffee
default: test
deploy:
git push heroku master