X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/a4419536621943012477a48fc1fc5b1c730a2834..40f3c997f92beb5cb6839cb700c12c433579ec6b:/subproj/Toplevel.mak?ds=sidebyside 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