]> git.llucax.com Git - software/makeit.git/blobdiff - Toplevel.mak
Make subprojects read the Lib.mak from the parent project
[software/makeit.git] / Toplevel.mak
index 03e46c593aca163a5cede01a6b48d949de77d61e..299722dd4766a22a1f95e36784d1f2d622289ec8 100644 (file)
@@ -2,6 +2,9 @@
 # Project name
 P := remake
 
+# Load top-level directory local configuration
+sinclude $T/Config.mak
+
 # Include the build system library
 include $T/Lib.mak