diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-09 11:22:56 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-09 11:22:56 +0100 |
| commit | 0447b0d9fa031ecff354dfb280ad74d4ce70e99e (patch) | |
| tree | d39efa5e5b3f80f180554bf297962896be2fc03f /Makefile | |
| parent | 0a515e34c291ab00ae39330ed2c5f5b659ee9797 (diff) | |
| download | rabbitmq-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
