summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstrid Smith2010-08-02 18:34:23 -0700
committerAstrid Smith2010-08-02 18:34:23 -0700
commit1ff6539e796b5f21de32683e973d50461e99f9ad (patch)
tree3e787d662e7b33ec17d20411763c15444a95ed48 /Makefile
parentd03f55e5e436d949c137a4b66a55066eae367709 (diff)
Fixed target executable name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97bb009..7212de9 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ C_FILES=loader.c bankswap.c video.c
TIGCCFLAGS=-Wall
CFLAGS=-Wall -ltifiles
-z680.89k: $(ASM_FILES) $(C_FILES)
+z680.89z: $(ASM_FILES) $(C_FILES)
tigcc $(TIGCCFLAGS) $(ASM_FILES) $(C_FILES) -o z680.89z
packager: packager.c