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