Add cygwin support

Doesn't actually build but "make win64" or "make win32" still works.

Actually, why is the operating system even checked in the makefile?
pull/364/head
neheb 8 years ago
parent 9d2c24fc0d
commit a8bebb4a55

@ -14,7 +14,7 @@ PROG_NAME := hashcat
UNAME := $(shell uname -s)
ifeq (,$(filter $(UNAME),Linux Darwin))
ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT-10.0))
$(error "! Your Operating System ($(UNAME)) is not supported by $(PROG_NAME) Makefile")
endif

Loading…
Cancel
Save