From b42df7ebc8c3d1c6d1b576ed95651fe135ae3e8c Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Tue, 9 Nov 2010 21:29:59 -0800 Subject: Changed project and binaries name to z680k. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3