Created
June 23, 2016 07:40
-
-
Save essen/6534f34049c54dbdb55db669c51d332e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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