mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
updated Makefile submodule
This commit is contained in:
4
Makefile
4
Makefile
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user