aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-04-04 03:35:22 -0400
committerB. Watson <yalhcru@gmail.com>2021-04-04 03:35:22 -0400
commit5ef86baf365b9c7e80fdc1df1283937698db37a5 (patch)
treec259f2642e4ba6b5c9feed211eedc79063a237b9 /Makefile
parent30a7443be9ca61eeee3f2a2128b12598f2f3fc70 (diff)
downloadtaipan-5ef86baf365b9c7e80fdc1df1283937698db37a5.tar.gz
Inline some array code, 8128 bytes free
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1176b96..5d83419 100644
--- a/Makefile
+++ b/Makefile
@@ -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.