]> git.llucax.com Git - software/makeit.git/blob - example/subproj/Config.local.mak
Update copyright notice to include Integratech S.A.
[software/makeit.git] / example / subproj / Config.local.mak
1
2 # Use the container project top-level directory as ours.
3 T := ..
4
5 # Define the default goal to the main target of this subproject when doing make
6 # in this directory (you can use "all" to make the whole super-project).
7 .DEFAULT_GOAL := otherproj
8
9 # Include the "parent" project and local configuration.
10 sinclude $T/Config.mak
11 sinclude $T/Config.local.mak
12