all: mastermind.asm wibble.asm
	echo All up to date.

mastermind.asm: mastermind.c
	../gcc6809 mastermind.c

wibble.asm: wibble.c fn.c incfile.h
	../gcc6809 wibble.c

clean:
	rm -f *.asm *.o *.s19 *~
