summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstrid Smith2010-11-15 21:54:24 -0800
committerAstrid Smith2010-11-15 21:54:24 -0800
commit1b7c78001b7007b4523ac74ddd8df809871170d0 (patch)
tree049efb695608510a0dc649b684ae84bf8f80cd4b /Makefile
parentdb2327dde6fef5f1254cbd023f3c817c0ce7c36f (diff)
Renamed project files to get rid of final bits of “680”.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 745424c..43338cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
ASM_FILES=alu.asm flags.asm ports.asm interrupts.asm main.asm
M4_ASM_OUTPUT=opcodes.asm
ASM=main.asm
-C_HEADERS=680.h asm_vars.h
+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