diff options
author | B. Watson <yalhcru@gmail.com> | 2021-04-04 03:35:22 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-04-04 03:35:22 -0400 |
commit | 5ef86baf365b9c7e80fdc1df1283937698db37a5 (patch) | |
tree | c259f2642e4ba6b5c9feed211eedc79063a237b9 /Makefile | |
parent | 30a7443be9ca61eeee3f2a2128b12598f2f3fc70 (diff) | |
download | taipan-5ef86baf365b9c7e80fdc1df1283937698db37a5.tar.gz |
Inline some array code, 8128 bytes free
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ XEX=taipan.xex # All the C and asm sources for taimain.xex: TAIMAIN_HDRS=sounds.h TAIMAIN_C_SRC=taipan.c strtonum.c -TAIMAIN_ASM_SRC=rand.s draw_lorcha.s timed_getch.s portstat.s console.s cprintul.s soundasm.s explosion.s textdecomp.s +TAIMAIN_ASM_SRC=rand.s draw_lorcha.s timed_getch.s portstat.s console.s cprintul.s soundasm.s explosion.s textdecomp.s arrayutils.s TAIMAIN_LIBS=conio/conio.lib # Comment these lines out to build without big number support. |