#
# (C) P.Horton 2004
#
# $Id: Makefile 40 2004-04-20 18:34:19Z 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

flash-tool:

clean:
	rm -f flash-tool

.PHONY: clean
