]> git.llucax.com Git - software/makeit.git/blobdiff - subproj/Config.mak
Make output colored if $V is non-empty
[software/makeit.git] / subproj / Config.mak
index b02cae7ffa607acae94fa959dbef6f1d8a14952b..dc4e4b4703afa4641da0c717338cc794714c53da 100644 (file)
@@ -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
+