X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/356b4610c9f48d07ce798e8b1fca229e08111f8f..4120e3326e001e9ef68c2fc979edeb34989cab78:/subproj/Config.mak diff --git a/subproj/Config.mak b/subproj/Config.mak index b02cae7..dc4e4b4 100644 --- a/subproj/Config.mak +++ b/subproj/Config.mak @@ -2,9 +2,9 @@ # Use the container project top-level directory as ours T := .. -# Include the "parent" project config -sinclude $T/Config.mak - -# Include the "parent" project config +# Define the default goal when doing make in this directory .DEFAULT_GOAL := otherproj +# Include the "parent" project configuration +sinclude $T/Config.mak +