]> git.llucax.com Git - software/makeit.git/blob - subproj/Config.mak
Don't add extra spaces in abbr function
[software/makeit.git] / 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