view Makefile @ 588:99c839b47e5d

Correct a comment with the proper assembly statement.
author Rob Landley <rob@landley.net>
date Sun, 06 Apr 2008 15:11:54 -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