Remove dead comment

This commit is contained in:
Joshua Bell 2017-11-23 08:31:12 -08:00
parent 2db6f978e4
commit e13d9f0e60
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ CC65 = ~/dev/cc65/bin
CAFLAGS = --target apple2enh --list-bytes 0
CCFLAGS = --config apple2-asm.cfg
# ProDOS file type is $F1 ($ is pesky)
TARGETS = b.SYS
.PHONY: clean all