Prepare submission
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,4 +1,4 @@
|
||||
all: decman.tap listing.txt
|
||||
all: decman.tap listing.txt decman.wav
|
||||
|
||||
listing.txt: decman.tap
|
||||
echo "DEC-Man Listing for the 2026 BASIC 10Liner Competition (PUR-80 Category) by mcphail (btl AT mcphail.uk)" > $@
|
||||
@@ -12,7 +12,10 @@ listing.txt: decman.tap
|
||||
decman.tap: pac.bas
|
||||
zmakebas -l -i 1 -s 1 -n DEC-Man -a 1 -o $@ $^
|
||||
|
||||
decman.wav: decman.tap
|
||||
tape2wav $^ $@
|
||||
|
||||
clean:
|
||||
rm -f *.tap listing.txt
|
||||
rm -f *.tap listing.txt *.wav
|
||||
|
||||
.PHONY: all clean
|
||||
Reference in New Issue
Block a user