add README, set CC65 in Makefile only if not already set

This commit is contained in:
Brad Grantham 2018-07-28 12:20:47 -07:00
parent 2debe7c100
commit baa17675cb
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
CC65 = $(HOME)/trees/cc65/bin/
CC65 ?= $(HOME)/trees/cc65/bin/
CPU = 6502
apple2a.rom: a.out

3
README.md Normal file
View File

@ -0,0 +1,3 @@
Requires cc65 and https://github.com/bradgrantham/apple2e
Set CC65 to the bin directory of your cc65 build.