File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,12 @@ $(INCLUDE_DIR)/rabbit_framing.hrl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_codegen.p
5757$(SOURCE_DIR ) /rabbit_framing.erl : codegen.py $(AMQP_CODEGEN_DIR ) /amqp_codegen.py $(AMQP_SPEC_JSON_PATH )
5858 $(PYTHON ) codegen.py body $(AMQP_SPEC_JSON_PATH ) $@
5959
60- $(EBIN_DIR ) /rabbit.boot $(EBIN_DIR ) /rabbit.script : $(EBIN_DIR ) /rabbit.app $(EBIN_DIR ) /rabbit.rel $(TARGETS )
61- erl -noshell -eval ' systools:make_script("ebin/rabbit", [{path, ["ebin"]}]), halt().'
62-
6360dialyze : $(BEAM_TARGETS )
6461 dialyzer -c $?
6562
6663clean :
6764 rm -f $(EBIN_DIR ) /* .beam
68- rm -f $(EBIN_DIR ) /rabbit.app $(EBIN_DIR ) /rabbit.boot $(EBIN_DIR ) /rabbit.script
65+ rm -f $(EBIN_DIR ) /rabbit.app $(EBIN_DIR ) /rabbit.boot $(EBIN_DIR ) /rabbit.script $( EBIN_DIR ) /rabbit.rel
6966 rm -f $(INCLUDE_DIR ) /rabbit_framing.hrl $(SOURCE_DIR ) /rabbit_framing.erl codegen.pyc
7067 rm -f docs/* .[0-9].gz
7168
You can’t perform that action at this time.
0 commit comments