aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-29 16:26:19 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-29 16:26:19 -0500
commitb56d447d887cb0a3618726b4fd23b3cf0c7ae7d8 (patch)
treebc8dcaf4500f2b06c52ead43f5868d090e58bdc4 /Makefile
parentb4bec85ebfc3a84e4b3b5797c0427ec2edba7481 (diff)
downloadtaipan-b56d447d887cb0a3618726b4fd23b3cf0c7ae7d8.tar.gz
rewrote screen-flash in asm, save a few bytes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 319e67d..b40ed3c 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 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 explosion.s
# Comment these lines out to build without big number support.
# This will stop being possible at some point.