aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/relx.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 14:52:07 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 14:52:07 +0200
commite36bf4fc7cc9311f62e57bdef43b6edf57b95087 (patch)
tree9437f1e4da01ab5f40dbc2392a49790cfefa3098 /plugins/relx.mk
parentf54329c90cc207b72936a7cf422c9bb781e92aa0 (diff)
downloaderlang.mk-e36bf4fc7cc9311f62e57bdef43b6edf57b95087.tar.gz
erlang.mk-e36bf4fc7cc9311f62e57bdef43b6edf57b95087.tar.bz2
erlang.mk-e36bf4fc7cc9311f62e57bdef43b6edf57b95087.zip
Also delete the relx executable on distclean
Diffstat (limited to 'plugins/relx.mk')
-rw-r--r--plugins/relx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/relx.mk b/plugins/relx.mk
index f425d12..ad8343f 100644
--- a/plugins/relx.mk
+++ b/plugins/relx.mk
@@ -38,6 +38,6 @@ $(RELX):
@$(call relx_fetch)
distclean-rel:
- $(gen_verbose) rm -rf $(RELX_OUTPUT_DIR)
+ $(gen_verbose) rm -rf $(RELX) $(RELX_OUTPUT_DIR)
endif