Last active
August 27, 2015 09:36
-
-
Save essen/f8a641a3a7994d3d5b99 to your computer and use it in GitHub Desktop.
Including .mk files from deps
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
PROJECT = ttt | |
DEPS = stuff | |
dep_stuff = git https://github.com/essen/stuff master | |
include erlang.mk | |
-include $(DEPS_DIR)/stuff/dist.mk | |
$(DEPS_DIR)/stuff/dist.mk: $(DEPS_DIR)/stuff ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment