diff options
author | B. Watson <yalhcru@gmail.com> | 2015-12-30 05:05:09 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2015-12-30 05:05:09 -0500 |
commit | e947bd066312e3fcaaad62914126ac9270e79fbf (patch) | |
tree | 94aa8e145af669b8c1300867c2b503000eba4257 /Makefile | |
parent | d5c761515bd26f1f2a6b0f91e2b6f6762431566c (diff) | |
download | taipan-e947bd066312e3fcaaad62914126ac9270e79fbf.tar.gz |
Better looking damage
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 |