view Makefile @ 594:2365d90138f5 default tip

Bugfix from Sean Matthews.
author Rob Landley <rob@landley.net>
date Thu, 24 Apr 2008 16:05:02 -0500
parents 29c7cb849479
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