aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1b28f2..2e43f9d 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ clean-common-test-data:
clean: clean-common-test-data
- rm -rf $(CURDIR)/test/*.beam
- rm -rf $(CURDIR)/logs
+ - rm -rf $(CURDIR)/ebin
$(REBAR) skip_deps=true clean
distclean: clean