aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-27 01:09:14 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-27 01:09:14 -0500
commita49fd87eab6cb615ef283267515a6c97d080027a (patch)
tree762cfa222e74e0b3517c20916629ec269b64f860 /Makefile
parentee56543e38c10c2391012d9222f78f44552cd77c (diff)
downloadtaipan-a49fd87eab6cb615ef283267515a6c97d080027a.tar.gz
merge timed_getch.s and jsleep.s, preparing to change timed_getch() API
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d14f27..319e67d 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ XEX=taipan.xex
# All the C and asm sources for taimain.xex:
TAIMAIN_HDRS=sounds.h
TAIMAIN_C_SRC=taipan.c
-TAIMAIN_ASM_SRC=rand.s draw_lorcha.s timed_getch.s jsleep.s portstat.s clrtobot.s ultostr.s soundasm.s
+TAIMAIN_ASM_SRC=rand.s draw_lorcha.s timed_getch.s portstat.s clrtobot.s ultostr.s soundasm.s
# Comment these lines out to build without big number support.
# This will stop being possible at some point.