summaryrefslogtreecommitdiff
path: root/packaging/standalone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/standalone/Makefile')
-rw-r--r--packaging/standalone/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile
index 50d1385a..0dde6fa6 100644
--- a/packaging/standalone/Makefile
+++ b/packaging/standalone/Makefile
@@ -65,7 +65,10 @@ clean_partial:
.PHONY : generate_release
generate_release:
- erlc -I $(TARGET_DIR)/include/ -o src -Wall -v +debug_info -Duse_specs -Duse_proper_qc -pa $(TARGET_DIR)/ebin/ src/rabbit_release.erl
+ erlc \
+ -I $(TARGET_DIR)/include/ -o src -Wall \
+ -v +debug_info -Duse_specs -Duse_proper_qc \
+ -pa $(TARGET_DIR)/ebin/ src/rabbit_release.erl
erl \
-pa "$(RABBITMQ_EBIN_ROOT)" \
-pa src \