X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/a4419536621943012477a48fc1fc5b1c730a2834..bd1e098b0726f0ffdca3bea2937fada9dbabd9b4:/subproj/Config.mak?ds=sidebyside diff --git a/subproj/Config.mak b/subproj/Config.mak index d7624aa..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/Toplevel.mak +# Define the default goal when doing make in this directory +.DEFAULT_GOAL := otherproj -# Include the "parent" project config -.DEFAULT_GOAL := subproj +# Include the "parent" project configuration +sinclude $T/Config.mak