mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 15:38:11 +00:00
Fix default compile target on Msys2
This commit is contained in:
parent
7c7e4605d4
commit
0bea462bcd
@ -290,7 +290,7 @@ WIN_64_OBJS := $(foreach OBJ,$(OBJS_ALL),obj/$(OBJ).WIN.64.o) $(CRT_
|
||||
## Targets: Native Compilation
|
||||
##
|
||||
|
||||
default: hashcat
|
||||
default: $(HASHCAT_FRONTEND)
|
||||
|
||||
clean:
|
||||
$(RM) -f obj/*.o obj/lzma_sdk/*.o *.bin *.exe *.so *.dll *.restore *.out *.pid *.log hashcat core
|
||||
|
Loading…
Reference in New Issue
Block a user