Fix build

This commit is contained in:
Bill Chatfield 2021-09-24 00:40:18 -04:00
parent c4ad69d367
commit 4b1791a27c
1 changed files with 2 additions and 1 deletions

View File

@ -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)