From e947bd066312e3fcaaad62914126ac9270e79fbf Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 30 Dec 2015 05:05:09 -0500 Subject: Better looking damage --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d254e1..6eed257 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ $(XEX): taimain.xex taifont.xex title.xex title.xex: TITLE.DAT perl title.pl TITLE.DAT > title.xex -taimain.xex: taipan.c rand.s draw_lorcha.s +taimain.xex: taipan.c rand.s draw_lorcha.s taifont.xex cl65 --mapfile taipan.map -t atari -O -l -T -o taimain.xex taipan.c rand.s draw_lorcha.s timed_getch.s jsleep.s taifont.xex: convfont romfont font @@ -65,5 +65,7 @@ distclean: clean %.xex: %.c $(CC) --mapfile map $(CFLAGS) -o $@ $< -lorchatest.xex: lorchatest.c draw_lorcha.s lorcha_data.inc - cl65 -t atari -O -l -T -o lorchatest.xex lorchatest.c draw_lorcha.s +lorchatest: lorchatest.c draw_lorcha.s taifont.xex + cl65 -t atari -O -l -T -o lorchatest1.xex lorchatest.c draw_lorcha.s + cat taifont.xex lorchatest1.xex > lorchatest.xex + atari800 -nobasic lorchatest.xex -- cgit v1.2.3