diff options
| author | Duncan Smith | 2010-11-09 21:29:59 -0800 |
|---|---|---|
| committer | Duncan Smith | 2010-11-09 21:29:59 -0800 |
| commit | 152530fff94460f67014e330fae067d39bd6d025 (patch) | |
| tree | 73c9fe07fbe4cec0be3761616e3956dbec441a32 | |
| parent | b60174abe022f42b8e340f9e0d0da1f47f88396c (diff) | |
Changed project and binaries name to z680k.
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | README.markdown | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 |
