]> git.llucax.com Git - software/makeit.git/blobdiff - subproj/Toplevel.mak
Move "all" taget to Lib.mak
[software/makeit.git] / subproj / Toplevel.mak
index 4738f47629f3f8b2cfe0cfb608252b947d73dcaf..6109188af8b2a589cecbd0a9dba41a50fe1a8bc7 100644 (file)
@@ -8,11 +8,3 @@ sinclude $T/Config.mak
 # 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)
-