Skip to content

Instantly share code, notes, and snippets.

@essen
Created June 23, 2016 07:40
Show Gist options
  • Save essen/6534f34049c54dbdb55db669c51d332e to your computer and use it in GitHub Desktop.
Save essen/6534f34049c54dbdb55db669c51d332e to your computer and use it in GitHub Desktop.
include erlang.mk
ifdef SKIP_DEPS
deps::
$(verbose) for dep in $(ALL_APPS_DIRS) ; do \
mkdir -p $$dep/ebin; \
done
$(verbose) for dep in $(ALL_APPS_DIRS) ; do \
$(MAKE) -C $$dep IS_APP=1 || exit $$?; \
done
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment