mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
Use Makefile in Docker test image
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
.PHONY: all install clean hashcat-utils
|
||||
|
||||
all: hashcat-utils
|
||||
|
||||
hashcat-utils:
|
||||
$(MAKE) -C hashcat-utils
|
||||
|
||||
install: hashcat-utils
|
||||
uv tool install .
|
||||
|
||||
clean:
|
||||
-$(MAKE) -C hashcat-utils clean
|
||||
rm -rf .pytest_cache .ruff_cache build dist *.egg-info
|
||||
find . -name "__pycache__" -type d -prune -exec rm -rf {} +
|
||||
Reference in New Issue
Block a user