git @ Cat's Eye Technologies Dipple / master c / cc65 / Makefile
master

Tree @master (Download .tar.gz)

Makefile @masterraw · 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