diff options
| author | Astrid Smith | 2010-09-16 14:36:06 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-16 14:36:06 -0700 |
| commit | 151772d4c77e4fc969bb9e5638fe0ee1db8bd748 (patch) | |
| tree | ea6055318ee0fbe612a7e3174fc54018f82c7ef5 /Makefile | |
| parent | d0d96373296052894cea14a7802521cc551219a8 (diff) | |
Cleared up some compiler errors
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ ASM_FILES=alu.asm flags.asm opcodes.asm ports.asm interrupts.asm main.asm ASM=main.asm C_FILES=loader.c bankswap.c video.c misc.c debug.c +C_HEADERS=680.h asm_vars.h MADE_FILES=testbenches/zexdoc.h testbenches/mine.h TIGCCFLAGS=-Wall CFLAGS=-Wall -ltifiles -z680.89z: $(ASM_FILES) $(C_FILES) $(MADE_FILES) +z680.89z: $(ASM_FILES) $(C_FILES) $(MADE_FILES) $(C_HEADERS) tigcc $(TIGCCFLAGS) $(ASM) $(C_FILES) -o z680.89z packager: packager.c |
