view Makefile @ 590:18ffc34ebf5d

Replace old "DEBUG=echo" with "VERBOSE=1", which shows the command lines (properly escaped so you can cut and paste to re-run them) while also executing each one. For the old "just show the commands, don't execute them" use "VERBOSE=debug".
author Rob Landley <rob@landley.net>
date Sun, 06 Apr 2008 17:02:18 -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