From 8889d0f1bb00b3bb52afb92a1069112817ddbb81 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 28 Feb 2016 02:56:41 -0500 Subject: add procsizes target, rewrite get_item in asm, combine some functions, 7808 bytes free --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 758f06b..0e5b021 100644 --- a/Makefile +++ b/Makefile @@ -253,7 +253,7 @@ taimain.xex: $(TAIMAIN_C_SRC) $(TAIMAIN_ASM_SRC) $(TAIMAIN_HDRS) $(BIGNUM_SRC) $ # taipan.c. This rule not used as part of the main build, it's only for # debugging. taipan.lst: taipan.c - $(CC) -m taipan.map $(CFLAGS) -c -o /dev/null -l taipan.lst -T taipan.c + $(CC) -m taipan.map $(CFLAGS) $(BIGNUM_CFLAGS) -c -o /dev/null -l taipan.lst -T taipan.c # Another such rule for sounds.c: sounds.lst: sounds.c sounds.h @@ -400,6 +400,10 @@ push: size: clean all $(PERL) size.pl $(TAIMAIN_ADDR) $(STACK_SIZE) +procsizes: clean all taipan.lst + $(PERL) procsizes.pl > procsizes + cat procsizes + # Cruft. Was used for testing the enemy ship animation. lorchatest: lorchatest.c draw_lorcha.s taifont.xex $(CC) -t atari -O -T -o lorchatest1.xex lorchatest.c draw_lorcha.s -- cgit v1.2.3