From 4b1791a27c3a7b5e07501cdc08c9bb20087d0084 Mon Sep 17 00:00:00 2001 From: Bill Chatfield Date: Fri, 24 Sep 2021 00:40:18 -0400 Subject: [PATCH] Fix build --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce1e65a..599c30f 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ VOL=$(PGM) DSK=$(PGM).dsk $(DSK): $(PGM) - $(AC) -pro140 $(DSK) $(VOL) + #$(AC) -pro140 $(DSK) $(VOL) + cp delhndlr.dsk $(DSK) $(AC) -p $(DSK) $(PGM) BIN 0x0801 < $(PGM) $(PGM): $(SRC)