Rename to bbb

This commit is contained in:
Joshua Bell 2017-12-09 16:46:45 -08:00
parent b7074e04f7
commit 6df7941617
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Generated files
*.list
*.SYS

View File

@ -3,7 +3,7 @@ CC65 = ~/dev/cc65/bin
CAFLAGS = --target apple2enh --list-bytes 0
CCFLAGS = --config apple2-asm.cfg
TARGETS = b.SYS
TARGETS = bbb.SYS
.PHONY: clean all
all: $(TARGETS)

View File