#
# (C) P.Horton 2004
#
# $Id: Makefile 75 2004-05-16 10:44:21Z pdh $
#
# This code is covered by the GNU General Public License. For details see the file "COPYING".
#

CFLAGS= -Wall -Wstrict-prototypes -fomit-frame-pointer -O2 -pipe -mips2 -fno-strict-aliasing

colo-perm:

clean:
	rm -f colo-perm

.PHONY: clean
