summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Smith2010-11-09 21:29:59 -0800
committerDuncan Smith2010-11-09 21:29:59 -0800
commit152530fff94460f67014e330fae067d39bd6d025 (patch)
tree73c9fe07fbe4cec0be3761616e3956dbec441a32
parentb60174abe022f42b8e340f9e0d0da1f47f88396c (diff)
Changed project and binaries name to z680k.
-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 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