Fix thread1 entry point
[asbestos.git] / Makefile
blob58a686b484dab2b4c4457164a57f4bf3b51ecf04
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