Private
Public Access
1
0

Working in 10 lines max 80 chars

This commit is contained in:
2026-02-07 22:01:44 +00:00
parent af65887eb8
commit 0297160866
4 changed files with 17 additions and 15 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: game.tap
game.tap: pac.bas
zmakebas -l -i 1 -s 1 -n pac -o game.tap pac.bas
clean:
rm -f *.tap
.PHONY: all clean