aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-16 16:51:40 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-16 16:51:40 -0500
commit044e5105b5bcffcc6875280627e37040c6482c9e (patch)
treef91cd22a06161e2b217cbed08526a73bed8776d6 /Makefile
parentc4a066ea93d96883c9098730bc955cc7eabd0d81 (diff)
downloadtaipan-044e5105b5bcffcc6875280627e37040c6482c9e.tar.gz
you're a (m|b|tr)illionaire, plus tighten up code some more
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd73d76..52561b7 100644
--- a/Makefile
+++ b/Makefile
@@ -117,6 +117,7 @@ taipan.atr: all
# depends on all the pieces, and just concatenates them.
$(XEX): taimain.xex taifont.xex newtitle.xex comptitle.xex
cat comptitle.xex newtitle.xex taifont.xex taimain.xex > $(XEX)
+ perl size.pl $(STACK_SIZE)
# Bitmap data for the title screen, 256x184 = 47104 pixels, 8 bits
# per pixel, or 5888 bytes. Displayed in ANTIC mode F (aka GR.8),