diff --git a/Makefile b/Makefile index 67a1922..3ed647c 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ REPORTER = spec TESTS = ./test/**/*.test.coffee SOURCES = ./*.coffee ./lib/**/*.coffee +default: test + deploy: git push heroku master