Fix default compile target on Msys2

pull/1003/head
Jens Steube 7 years ago
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…
Cancel
Save