Browse Source

Revert a change from commit 51bb1f2387b2ae839637134bb72eda627b63ec85.

Don't run tests by default.
Andreas Stenius 11 years ago
parent
commit
9b1a886bcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@ ERL=erl
 ERLC=erlc
 REBAR=./rebar $(REBAR_ARGS)
 
-all: compile tests
+all: compile
 
 compile: check-slex get-deps
 	@$(REBAR) compile