]> git.llucax.com Git - software/makeit.git/blob - example/subproj/Config.mak
dc4e4b4703afa4641da0c717338cc794714c53da
[software/makeit.git] / example / subproj / Config.mak
1
2 # Use the container project top-level directory as ours
3 T := ..
4
5 # Define the default goal when doing make in this directory
6 .DEFAULT_GOAL := otherproj
7
8 # Include the "parent" project configuration
9 sinclude $T/Config.mak
10