X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/a4419536621943012477a48fc1fc5b1c730a2834..a218458b4eea5cdc85c94039cb3388fcffb3455a:/subproj/Toplevel.mak diff --git a/subproj/Toplevel.mak b/subproj/Toplevel.mak index 4738f47..f66fec0 100644 --- a/subproj/Toplevel.mak +++ b/subproj/Toplevel.mak @@ -1,6 +1,5 @@ - -# Project name -P := subproj +ifndef Toplevel.mak.included +Toplevel.mak.included := 1 # Load top-level directory local configuration sinclude $T/Config.mak @@ -11,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