X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/a4419536621943012477a48fc1fc5b1c730a2834..a218458b4eea5cdc85c94039cb3388fcffb3455a:/Toplevel.mak diff --git a/Toplevel.mak b/Toplevel.mak index bcf2b56..f66fec0 100644 --- a/Toplevel.mak +++ b/Toplevel.mak @@ -1,6 +1,8 @@ +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 @@ -8,8 +10,4 @@ include $T/Lib.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