From 6013d7ba8b5441aede1eadeab4fec5a207f34e40 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Sun, 1 Feb 2026 23:39:02 -0500 Subject: [PATCH] updated Makefile submodule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89dc1b1..03c49b6 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ submodules: done; \ fi -install: submodules +install: @echo "Detecting OS and installing dependencies..." @if [ ! -f princeprocessor/pp64.bin ] && [ ! -f princeprocessor/pp64.app ] && [ ! -f princeprocessor/pp64.exe ]; then \ echo "princeprocessor binaries are missing; please ensure the princeprocessor directory is present."; \