We don't need comments printed
[asbestos.git] / Makefile
blobd83a547aefc0d3f9753f18c6607f4ba24ae3798e
1 # Master makefile
3 # Copyright (C) 2010-2011 Hector Martin "marcan" <hector@marcansoft.com>
5 # This code is licensed to you under the terms of the GNU GPL, version 2;
6 # see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
8 all:
9 make -C stage1
10 make -C stage2
11 make -C tools
13 clean:
14 make -C stage1 clean
15 make -C stage2 clean
16 make -C tools clean