diff options
| author | Duncan Smith | 2010-09-16 14:36:06 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-09-16 14:36:06 -0700 |
| commit | b60174abe022f42b8e340f9e0d0da1f47f88396c (patch) | |
| tree | 13fa8261d4186b0a497b06a105db5ede797d12c7 /Makefile | |
| parent | 3759ea83b657719244d12765f5717cae576fefb5 (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 |
