summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstrid Smith2010-11-15 22:53:22 -0800
committerAstrid Smith2010-11-15 22:53:22 -0800
commit8b621521e7128bc86681fcbb6181e017e4432225 (patch)
tree226c2f934226c0d9b5fa9f5401847dc659c5ba6f /Makefile
parent1b7c78001b7007b4523ac74ddd8df809871170d0 (diff)
Forgot to delete main.o under `make clean', fixed that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43338cd..bdee120 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ ASM=main.asm
C_HEADERS=global.h asm_vars.h
C_FILES=loader.c bankswap.c video.c misc.c debug.c
S_FILES=loader.s bankswap.s video.s misc.s debug.s
-O_FILES=loader.o bankswap.o video.o misc.o debug.o
+O_FILES=loader.o bankswap.o video.o misc.o debug.o main.o
MADE_FILES=testbenches/zexdoc.h testbenches/mine.h
MADE_BINS=testbenches/zexdoc.bin testbenches/mine.bin
OBJ=z680k.89z