]> git.llucax.com Git - software/makeit.git/blob - Toplevel.mak
bcf2b5662237e63aa0cbe12b526ccc0d0f3aa9c4
[software/makeit.git] / Toplevel.mak
1
2 # Project name
3 P := remake
4
5 # Include the build system library
6 include $T/Lib.mak
7
8 # Include the Build.mak for this directory
9 include $T/Build.mak
10
11 # Phony rule to make all the targets (sub-makefiles can append targets to build
12 # to the $(all) variable).
13 .PHONY: all
14 all: $(all)
15