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