X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/a4419536621943012477a48fc1fc5b1c730a2834..2a80a71e431acbba6e6505fbcc7a52be998e4805:/Toplevel.mak diff --git a/Toplevel.mak b/Toplevel.mak index bcf2b56..8cffea4 100644 --- a/Toplevel.mak +++ b/Toplevel.mak @@ -1,15 +1,13 @@ +ifndef Toplevel.mak.included +Toplevel.mak.included := 1 -# Project name -P := remake +# Load top-level directory local configuration +sinclude $T/Config.mak # Include the build system library -include $T/Lib.mak +include $T/Makeit.mak # Include the Build.mak for this directory include $T/Build.mak -# Phony rule to make all the targets (sub-makefiles can append targets to build -# to the $(all) variable). -.PHONY: all -all: $(all) - +endif