Private
Public Access
1
0

Add autolisting

This commit is contained in:
2026-02-08 15:27:03 +00:00
parent ab08ce5dff
commit bf39665d16
2 changed files with 16 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
all: game.tap
all: game.tap list.txt
list.txt: game.tap
listbasic game.tap > list.txt
game.tap: pac.bas
zmakebas -l -i 1 -s 1 -n pac -a 1 -o game.tap pac.bas
clean:
rm -f *.tap
rm -f *.tap list.txt
.PHONY: all clean