aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-04-05 12:23:50 -0500
committerTristan Sloughter <[email protected]>2013-04-05 12:28:37 -0500
commit1a919d620699602cc0235aea9d3831ffb2540cf3 (patch)
tree4c75665142cc03d68e68957857a2e1759b7ea3b4 /Makefile
parentdcb5c75da8d2d8ba6e03b12d9432fce4d4ef3068 (diff)
downloadrelx-1a919d620699602cc0235aea9d3831ffb2540cf3.tar.gz
relx-1a919d620699602cc0235aea9d3831ffb2540cf3.tar.bz2
relx-1a919d620699602cc0235aea9d3831ffb2540cf3.zip
update Makefile to remove deps dir on distclean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bbe08f..3be2ee3 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,6 @@ clean: clean-common-test-data
distclean: clean
- rm -rf $(DEPS_PLT)
- - rm -rvf $(CURDIR)/deps/*
+ - rm -rvf $(CURDIR)/deps
rebuild: distclean deps compile escript dialyzer test