diff options
author | B. Watson <yalhcru@gmail.com> | 2016-01-16 16:51:40 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-01-16 16:51:40 -0500 |
commit | 044e5105b5bcffcc6875280627e37040c6482c9e (patch) | |
tree | f91cd22a06161e2b217cbed08526a73bed8776d6 /Makefile | |
parent | c4a066ea93d96883c9098730bc955cc7eabd0d81 (diff) | |
download | taipan-044e5105b5bcffcc6875280627e37040c6482c9e.tar.gz |
you're a (m|b|tr)illionaire, plus tighten up code some more
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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), |