summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--README.markdown4
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 fb95388..2c39862 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,5 @@
-680: z80 emulator for 68k calculators
-=====================================
+z680k: z80 emulator for 68k calculators
+=======================================
Astrid Smith
Project started: 2010-06-06