From 847087affbcf2fb5c18b47ae1ee7b5471fc32378 Mon Sep 17 00:00:00 2001
From: "B. Watson" <yalhcru@gmail.com>
Date: Mon, 31 May 2021 23:30:54 -0400
Subject: Semi-random ship damage

---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'Makefile')

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
-- 
cgit v1.2.3