view Makefile @ 580:7ddeaeed4e94

Simplify ld_next() a bit, removing gotos and case 'a' ... 'z' construct.
author Rob Landley <rob@landley.net>
date Fri, 21 Mar 2008 20:25:14 -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