From 909416944078d7a92c7d751154eaceee3764a457 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Thu, 27 Jun 2013 15:35:10 +1000 Subject: [PATCH] Do not forget to remove testing beams on "clean" --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 690c93edc..6b3b32b61 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: