diff options
author | B. Watson <yalhcru@gmail.com> | 2016-02-15 05:39:28 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-02-15 05:39:28 -0500 |
commit | 5cfa5659449c33f9dc0b2997ae2940531d16463d (patch) | |
tree | 3366fb7e7149d37c4304d36b59b36e180a188536 /Makefile | |
parent | 0759eeb63a1cd3b4c765d35b8f027f887c9f88cb (diff) | |
download | taipan-5cfa5659449c33f9dc0b2997ae2940531d16463d.tar.gz |
replace strtoul() with simplified version, saves 743 bytes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |