summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstrid Smith2010-11-09 21:29:59 -0800
committerAstrid Smith2010-11-09 21:29:59 -0800
commitb42df7ebc8c3d1c6d1b576ed95651fe135ae3e8c (patch)
tree991e11c75796b717dc49941c52358bf7f306bd7f /Makefile
parent151772d4c77e4fc969bb9e5638fe0ee1db8bd748 (diff)
Changed project and binaries name to z680k.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9eccfbc..08682d6 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ MADE_FILES=testbenches/zexdoc.h testbenches/mine.h
TIGCCFLAGS=-Wall
CFLAGS=-Wall -ltifiles
-z680.89z: $(ASM_FILES) $(C_FILES) $(MADE_FILES) $(C_HEADERS)
- tigcc $(TIGCCFLAGS) $(ASM) $(C_FILES) -o z680.89z
+z680k.89z: $(ASM_FILES) $(C_FILES) $(MADE_FILES) $(C_HEADERS)
+ tigcc $(TIGCCFLAGS) $(ASM) $(C_FILES) -o z680k.89z
packager: packager.c
gcc $(CFLAGS) packager.c -o packager