summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-09 11:22:56 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-09 11:22:56 +0100
commit0447b0d9fa031ecff354dfb280ad74d4ce70e99e (patch)
treed39efa5e5b3f80f180554bf297962896be2fc03f /Makefile
parent0a515e34c291ab00ae39330ed2c5f5b659ee9797 (diff)
downloadrabbitmq-server-git-0447b0d9fa031ecff354dfb280ad74d4ce70e99e.tar.gz
refactor
Move quit/0 into rabbit_misc and remove ezs from provided_plugins/ during clean.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 58ca8baa88..2ef1bf027e 100644
--- a/Makefile
+++ b/Makefile
@@ -152,6 +152,7 @@ $(BASIC_PLT): $(BEAM_TARGETS)
clean:
rm -f $(EBIN_DIR)/*.beam
rm -f $(EBIN_DIR)/rabbit.app $(EBIN_DIR)/rabbit.boot $(EBIN_DIR)/rabbit.script $(EBIN_DIR)/rabbit.rel
+ rm -f provided_plugins/*.ez
rm -f $(INCLUDE_DIR)/rabbit_framing.hrl $(SOURCE_DIR)/rabbit_framing_amqp_*.erl codegen.pyc
rm -f $(DOCS_DIR)/*.[0-9].gz $(DOCS_DIR)/*.man.xml $(DOCS_DIR)/*.erl $(USAGES_ERL)
rm -f $(RABBIT_PLT)