diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |