Make VICE monitor command lists for Commodore platforms.

This commit is contained in:
Sven Michael Klose
2021-12-25 09:40:32 +01:00
parent ba93ab07bc
commit 58dd28f053
2 changed files with 40 additions and 2 deletions

View File

@@ -43,4 +43,4 @@ cbmdir-test.prg: cbmdir-test.c
$(CL) -t $(SYS) -Oris -o $@ $<
clean:
@$(DEL) petscii.prg cbmdir-test.prg 2>$(NULLDEV)
@$(DEL) *.lst petscii.prg cbmdir-test.prg 2>$(NULLDEV)