aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-05-31 23:30:54 -0400
committerB. Watson <yalhcru@gmail.com>2021-05-31 23:30:54 -0400
commit847087affbcf2fb5c18b47ae1ee7b5471fc32378 (patch)
treeee33432fe02c0b2d20367815accfc64b1d655011 /Makefile
parent5a38a9e53fc1b6ebb95e9fcee4beeec471355745 (diff)
downloadtaipan-master.tar.gz
Semi-random ship damageHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 041ab25..34ca678 100644
--- a/Makefile
+++ b/Makefile
@@ -404,7 +404,7 @@ procsizes: clean all taipan.lst
$(PERLF) procsizes.pl > procsizes
cat procsizes
-# These 2 are informational only, for when you're editing the ship
+# These 3 are informational only, for when you're editing the ship
# graphics in convfont.c.
lorcha.txt: shipshape.pl LORCHA.DAT
$(PERLF) shipshape.pl LORCHA.DAT > lorcha.txt
@@ -412,6 +412,9 @@ lorcha.txt: shipshape.pl LORCHA.DAT
damaged.txt: shipshape.pl LORCHA.DAT
$(PERLF) shipshape.pl DAMAGED.DAT > damaged.txt
+damaged2.txt: shipshape.pl LORCHA.DAT
+ $(PERLF) shipshape.pl DAMAGED2.DAT > damaged2.txt
+
# This one build the sound code as a standalone xex.
soundtest: sounds.c
$(CC) -DTESTXEX -t atari -o sounds.xex sounds.c