]> git.llucax.com Git - software/makeit.git/blobdiff - Toplevel.mak
Move "all" taget to Lib.mak
[software/makeit.git] / Toplevel.mak
index bcf2b5662237e63aa0cbe12b526ccc0d0f3aa9c4..03e46c593aca163a5cede01a6b48d949de77d61e 100644 (file)
@@ -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)
-