#
# (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 -mips2 -O2 -pipe -fno-strict-aliasing

binary: elf2rfx

clean:
	rm -rf elf2rfx

.PHONY: clean
