mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2025-01-08 23:30:58 +00:00
Rename to bbb
This commit is contained in:
parent
b7074e04f7
commit
6df7941617
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Generated files
|
||||||
|
*.list
|
||||||
|
*.SYS
|
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ CC65 = ~/dev/cc65/bin
|
|||||||
CAFLAGS = --target apple2enh --list-bytes 0
|
CAFLAGS = --target apple2enh --list-bytes 0
|
||||||
CCFLAGS = --config apple2-asm.cfg
|
CCFLAGS = --config apple2-asm.cfg
|
||||||
|
|
||||||
TARGETS = b.SYS
|
TARGETS = bbb.SYS
|
||||||
|
|
||||||
.PHONY: clean all
|
.PHONY: clean all
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
Loading…
Reference in New Issue
Block a user