updated Makefile submodule

This commit is contained in:
Justin Bollinger
2026-02-01 23:37:03 -05:00
parent 8e6a95d676
commit 5e86581956

View File

@@ -17,10 +17,6 @@ submodules:
install: submodules
@echo "Detecting OS and installing dependencies..."
@if [ ! -d hashcat-utils/bin ] || [ -z "$$(ls -A hashcat-utils/bin 2>/dev/null)" ]; then \
echo "hashcat-utils/bin is missing or empty; building hashcat-utils..."; \
$(MAKE) -C hashcat-utils; \
fi
@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."; \
exit 1; \