diff options
author | B. Watson <yalhcru@gmail.com> | 2021-05-31 23:30:54 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-05-31 23:30:54 -0400 |
commit | 847087affbcf2fb5c18b47ae1ee7b5471fc32378 (patch) | |
tree | ee33432fe02c0b2d20367815accfc64b1d655011 /Makefile | |
parent | 5a38a9e53fc1b6ebb95e9fcee4beeec471355745 (diff) | |
download | taipan-master.tar.gz |
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 |