mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-25 23:21:05 +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
|
## Targets: Native Compilation
|
||||||
##
|
##
|
||||||
|
|
||||||
default: hashcat
|
default: $(HASHCAT_FRONTEND)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -f obj/*.o obj/lzma_sdk/*.o *.bin *.exe *.so *.dll *.restore *.out *.pid *.log hashcat core
|
$(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