From e13d9f0e60629d09a91658aa6f11215106b31789 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 23 Nov 2017 08:31:12 -0800 Subject: [PATCH] Remove dead comment --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c0427ae..631a079 100644 --- a/Makefile +++ b/Makefile @@ -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