From 044e5105b5bcffcc6875280627e37040c6482c9e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 16 Jan 2016 16:51:40 -0500 Subject: you're a (m|b|tr)illionaire, plus tighten up code some more --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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), -- cgit v1.2.3