From 5cfa5659449c33f9dc0b2997ae2940531d16463d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 15 Feb 2016 05:39:28 -0500 Subject: replace strtoul() with simplified version, saves 743 bytes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5233651..143fc9b 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ XEX=taipan.xex # All the C and asm sources for taimain.xex: TAIMAIN_HDRS=sounds.h -TAIMAIN_C_SRC=taipan.c +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 # Comment these lines out to build without big number support. -- cgit v1.2.3