aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-22 14:56:05 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-22 14:56:05 -0500
commitb4bc2d9b75c7ecf39f26b717b88384b8a5a9f578 (patch)
tree33e46b0cf084f28d72a1d4ead85236fb9c26fa89 /Makefile
parent5449141832140561cd44a78057c53ac7abaf3c22 (diff)
downloadtaipan-b4bc2d9b75c7ecf39f26b717b88384b8a5a9f578.tar.gz
more code shrinkage, 7356 bytes free
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d46230..f852219 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,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 ultostr.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
TAIMAIN_LIBS=conio/conio.lib
# Comment these lines out to build without big number support.