]> git.llucax.com Git - software/makeit.git/blob - Makefile
38f0bc05d5de996ed57c31b929045681d8fe7566
[software/makeit.git] / Makefile
1 # Copyright Leandro Lucarella 2006 - 2014
2 # Distributed under the Boost Software License, Version 1.0
3 # See the LICENSE file for details, or http://www.boost.org/LICENSE_1_0.txt
4
5 .PHONY: example
6 example:
7         @$(MAKE) -C example
8
9 .PHONY: clean-example
10 clean-example:
11         @$(MAKE) -C example clean
12