mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
fixed pathing issue
This commit is contained in:
5
Makefile
5
Makefile
@@ -8,6 +8,11 @@ submodules:
|
||||
@# Initialize submodules when present
|
||||
@if [ -f .gitmodules ] && command -v git >/dev/null 2>&1; then \
|
||||
git submodule update --init --recursive; \
|
||||
for path in $$(git config --file .gitmodules --get-regexp path | awk '{print $$2}'); do \
|
||||
if [ -f "$$path/Makefile" ]; then \
|
||||
$(MAKE) -C "$$path"; \
|
||||
fi; \
|
||||
done; \
|
||||
fi
|
||||
|
||||
install: submodules
|
||||
|
||||
Reference in New Issue
Block a user