# 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
+