comparison Makefile @ 584:29c7cb849479

Remove c67 and win32 from make all until I have a test environment for them.
author Rob Landley <rob@landley.net>
date Thu, 03 Apr 2008 22:53:32 -0500
parents 70d322018e75
children
comparison
equal deleted inserted replaced
583:2d9e5cc32ea9 584:29c7cb849479
1 # The build logic isn't really in this makefile, it's in bash scripts in 1 # The build logic isn't really in this makefile, it's in bash scripts in
2 # the make directory. This just provides a familiar user interface. 2 # the make directory. This just provides a familiar user interface.
3 3
4 all native i386 arm c67 win32: 4 all native i386 arm: # c67 win32
5 make/make.sh $@ 5 make/make.sh $@
6 6
7 install clean test: 7 install clean test:
8 make/$@.sh 8 make/$@.sh
9 9
10 .PHONY: all i386 arm c67 win32 install clean test 10 .PHONY: all native i386 arm c67 win32 install clean test help