diff options
author | B. Watson <yalhcru@gmail.com> | 2016-01-08 06:47:29 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-01-08 06:47:29 -0500 |
commit | 63dc8498642b9bd088910a923ed953108f98d207 (patch) | |
tree | f50efa4b8bc90fe04924555e58e377d8b0e49487 /Makefile | |
parent | 7012ad570a2739a51f9f1f5605a9efa44416869c (diff) | |
download | taipan-63dc8498642b9bd088910a923ed953108f98d207.tar.gz |
use custom long-to-ascii routine
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ XEX=taipan.xex # All the C and asm sources for taimain.xex: TAIMAIN_HDRS=sounds.h TAIMAIN_C_SRC=taipan.c sounds.c -TAIMAIN_ASM_SRC=rand.s draw_lorcha.s timed_getch.s jsleep.s portstat.s clrtobot.s +TAIMAIN_ASM_SRC=rand.s draw_lorcha.s timed_getch.s jsleep.s portstat.s clrtobot.s ultostr.s # Default rule for plain 'make' command is to build the binary. all: $(XEX) |