
CC=m68k-atari-mint-gcc
showmem.ttp: showmem.c
	$(CC) -o showmem.ttp showmem.c

clean:
	rm -f showmem.ttp
