updated Makefile submodule

This commit is contained in:
Justin Bollinger
2026-02-01 23:39:02 -05:00
parent 5e86581956
commit 6013d7ba8b
+1 -1
View File
@@ -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."; \