]> git.llucax.com Git - software/makeit.git/blob - lib2/Makefile
Make output colored if $V is non-empty
[software/makeit.git] / lib2 / Makefile
1
2 # Top-level directory
3 T := ..
4
5 # Default goal for building this directory
6 .DEFAULT_GOAL := lib2
7
8 # Include the top-level build
9 include $T/Toplevel.mak
10