all: stabs
	echo All up to date.

stabs: stabs.c
	cc -g -o stabs stabs.c

clean:
	rm -f cc1 gcc6809.exe
	rm -f stabs *.asm *~ *.o *.ro *.s19 *.lst
	cd test ; make clean

