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 /Makefile | |
| parent | 151772d4c77e4fc969bb9e5638fe0ee1db8bd748 (diff) | |
Changed project and binaries name to z680k.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 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 |
