git @ Cat's Eye Technologies The-Dipple / hanging-a-canvas c / cc65 / Makefile
hanging-a-canvas

Tree @hanging-a-canvas (Download .tar.gz)

Makefile @hanging-a-canvasraw · history · blame

1
2
3
4
5
hello.prg: hello.c
	cl65 -t c64 hello.c -o hello.prg

clean:
	rm -f *.o hello.prg