From 6af84e9ad8cbd758d09658b6c8883e27bb98f6d1 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Mon, 30 Oct 2023 14:29:02 -0700 Subject: [PATCH] Update Makefile - Fix Makefile --- Source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Makefile b/Source/Makefile index 61fc74bf..cee2ba83 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -7,7 +7,7 @@ .ONESHELL: .SHELLFLAGS = -cex -all: prop shared images rom zrc zzrcc +all: prop shared images rom zrc z1rcc zzrcc doc: $(MAKE) --directory Doc $(ACTION)