view Makefile @ 577:5f6935ca2b71

Oops. HOST=i.86 should become i386, not i686.
author Rob Landley <rob@landley.net>
date Wed, 19 Mar 2008 12:54:04 -0500
parents 70d322018e75
children 29c7cb849479
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 i386 arm c67 win32 install clean test