summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-27 15:35:10 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-27 15:36:39 +1000
commit909416944078d7a92c7d751154eaceee3764a457 (patch)
tree3b749b327e981c9ff0a58a88c7849bc3c81f709f /Makefile.in
parentDo not check the second SASL challenge (diff)
Do not forget to remove testing beams on "clean"
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 690c93ed..6b3b32b6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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: