diff options
| -rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -21,10 +21,7 @@ EXTRA_SOURCES += $(USAGES_ERL) .DEFAULT_GOAL = all $(PROJECT).d:: $(EXTRA_SOURCES) -rel:: - $(MAKE) copy-escripts - -copy-escripts: deps +copy-escripts: cp -r ${DEPS_DIR}/rabbitmq_cli/escript ./ @@ -128,3 +125,5 @@ distclean:: distclean-manpages distclean-manpages:: $(gen_verbose) rm -f $(MANPAGES) $(WEB_MANPAGES) + +app-build: copy-escripts |
