diff options
| author | Astrid Smith | 2010-11-09 21:29:59 -0800 |
|---|---|---|
| committer | Astrid Smith | 2010-11-09 21:29:59 -0800 |
| commit | b42df7ebc8c3d1c6d1b576ed95651fe135ae3e8c (patch) | |
| tree | 991e11c75796b717dc49941c52358bf7f306bd7f | |
| parent | 151772d4c77e4fc969bb9e5638fe0ee1db8bd748 (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 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 |
