From 152530fff94460f67014e330fae067d39bd6d025 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Tue, 9 Nov 2010 21:29:59 -0800 Subject: Changed project and binaries name to z680k. --- Makefile | 4 ++-- README.markdown | 4 ++-- 2 files changed, 4 insertions(+), 4 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 diff --git a/README.markdown b/README.markdown index 95ec567..e97749e 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,5 @@ -680: z80 emulator for 68k calculators -===================================== +z680k: z80 emulator for 68k calculators +======================================= Duncan Smith Project started: 2010-06-06 -- cgit v1.2.3