view 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
line wrap: on
line source

# The build logic isn't really in this makefile, it's in bash scripts in
# the make directory.  This just provides a familiar user interface.

all native i386 arm: # c67 win32
	make/make.sh $@

install clean test:
	make/$@.sh

.PHONY: all native i386 arm c67 win32 install clean test help