]> git.llucax.com Git - software/makeit.git/blob - subproj/Config.mak
Add a special variable for the full current makefile directory
[software/makeit.git] / subproj / Config.mak
1
2 # Use the container project top-level directory as ours
3 T := ..
4
5 # Include the "parent" project config
6 sinclude $T/Config.mak
7
8 # Include the "parent" project config
9 .DEFAULT_GOAL := otherproj
10