view Makefile @ 566:70d322018e75 1.0.0-pre2

It's .PHONY: not .dummy:
author Rob Landley <rob@landley.net>
date Wed, 12 Mar 2008 00:07:07 -0500
parents 1dadc72cb41f
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