Do not forget to remove testing beams on "clean"

This commit is contained in:
Evgeniy Khramtsov 2013-06-27 15:35:10 +10:00
parent 3631301304
commit 9094169440
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ uninstall-all: uninstall-binary
clean:
rm -rf deps/.got
rm -rf deps/.built
rm -rf test/*.beam
$(REBAR) clean
clean-rel: