0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Makefile: Clean build the application before starting tests.

This commit is contained in:
Loïc Hoguin 2011-05-16 12:16:26 +02:00
parent 98b9b1124c
commit 4e4df58242

View file

@ -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