dertf: dertf.c
	cc -arch m68k -arch i386 -arch hppa -arch sparc -O -o dertf dertf.c -ll
	strip dertf

dertf.c: dertf.l
	lex -t dertf.l >dertf.c
