aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric <[email protected]>2012-11-23 10:13:39 -0500
committerJordan Wilberding <[email protected]>2012-11-23 08:21:23 -0700
commit70ca743b3e83d9bc4a176d8200eded664f66db54 (patch)
treeb4c79b4b404ca01c20a3ab0d55b778654de3c72d /Makefile
parent4af39cfc2eaf9902654e393e1a8674312a2b08c3 (diff)
downloadrelx-70ca743b3e83d9bc4a176d8200eded664f66db54.tar.gz
relx-70ca743b3e83d9bc4a176d8200eded664f66db54.tar.bz2
relx-70ca743b3e83d9bc4a176d8200eded664f66db54.zip
make sure ebin is removed on clean
Signed-off-by: Jordan Wilberding <[email protected]>
Diffstat (limited to 'Makefile')
-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