Skip to content

Instantly share code, notes, and snippets.

@essen
Last active August 27, 2015 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save essen/f8a641a3a7994d3d5b99 to your computer and use it in GitHub Desktop.
Save essen/f8a641a3a7994d3d5b99 to your computer and use it in GitHub Desktop.
Including .mk files from deps
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