all: sim
	echo All up to date

sim: debugger.c dis6502.c display.c framework.c game.c mathbox.c memory.c no_interface.c pokey.c translator.c
	cc -o sim -DGAME_INC="empty.h" debugger.c dis6502.c display.c framework.c game.c mathbox.c memory.c no_interface.c pokey.c translator.c
