X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/a4419536621943012477a48fc1fc5b1c730a2834..607a5570f89fa881bc045b08a43cfb347a466190:/Toplevel.mak diff --git a/Toplevel.mak b/Toplevel.mak index bcf2b56..03e46c5 100644 --- a/Toplevel.mak +++ b/Toplevel.mak @@ -5,11 +5,3 @@ P := remake # Include the build system library 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) -