diff options
author | Loïc Hoguin <[email protected]> | 2011-05-16 12:16:26 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-05-16 12:16:26 +0200 |
commit | 4e4df5824288de40f1cb700d9e4d8708710b1c7b (patch) | |
tree | 30ceca08f4f835da52e4297190d5abcc7c41f687 /Makefile | |
parent | 98b9b1124ca96655a774259e3f18693161f42cfa (diff) | |
download | cowboy-4e4df5824288de40f1cb700d9e4d8708710b1c7b.tar.gz cowboy-4e4df5824288de40f1cb700d9e4d8708710b1c7b.tar.bz2 cowboy-4e4df5824288de40f1cb700d9e4d8708710b1c7b.zip |
Makefile: Clean build the application before starting tests.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ clean: rm -f test/*.beam rm -f erl_crash.dump -tests: app eunit ct +tests: clean app eunit ct eunit: @$(REBAR) eunit |