]> git.llucax.com Git - software/makeit.git/blob - prog/Makefile
717a34e8421019ba23ff187e3e344b4f98db30f4
[software/makeit.git] / prog / Makefile
1
2 # Top-level directory
3 T := ..
4
5 # Default goal for building this directory
6 .DEFAULT_GOAL := prog
7
8 # Include the top-level build
9 include $T/Toplevel.mak
10