all: memtest.prg memtest.prg: main.c $(CC65PREFIX)cl65 -I ../include -t c64 main.c -o memtest.prg clean: $(RM) memtest.prg