Rename ZZRC -> ZZRCC, Update to CLRDIR

- The naming of ZZRCC was incorrectly ZZRC.  Corrected.
- Max Scane has provided a small bug fix for CLRDIR.
- Minor build updates for new HTalk utility.
This commit is contained in:
Wayne Warthen
2023-10-08 17:57:58 -07:00
parent 76867b8351
commit 25fb2bd59e
58 changed files with 285 additions and 197 deletions

View File

@@ -24,9 +24,9 @@ ifeq ($(UNAME), Linux)
# uname machine strings for building Propeller
endif
.PHONY: doc prop shared bp images rom zrc zzrc
.PHONY: doc prop shared bp images rom zrc zzrcc
all: prop shared images rom zrc zzrc
all: prop shared images rom zrc zzrcc
doc:
$(MAKE) --directory Doc $(ACTION)
@@ -67,8 +67,8 @@ rom:
zrc:
$(MAKE) --directory ZRC $(ACTION)
zzrc:
$(MAKE) --directory ZZRC $(ACTION)
zzrcc:
$(MAKE) --directory ZZRCC $(ACTION)
clean: ACTION=clean