From e73875195a59aa1802d7b564f627c487ef97385d Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Mon, 2 Aug 2010 18:57:47 -0700 Subject: No-code fixes to make it compile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7212de9..262bfe3 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ ASM_FILES=alu.asm flags.asm opcodes.asm ports.asm interrupts.asm main.asm -C_FILES=loader.c bankswap.c video.c +ASM=main.asm +C_FILES=loader.c bankswap.c video.c misc.c TIGCCFLAGS=-Wall CFLAGS=-Wall -ltifiles z680.89z: $(ASM_FILES) $(C_FILES) - tigcc $(TIGCCFLAGS) $(ASM_FILES) $(C_FILES) -o z680.89z + tigcc $(TIGCCFLAGS) $(ASM) $(C_FILES) -o z680.89z packager: packager.c gcc $(CFLAGS) packager.c -o packager -- cgit v1.2.3