X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2FMakefile;h=b25f76962576353d0708f9172bf06c00dcd15996;hb=10b086a31d674d17da47304bcb542ec6b7202170;hp=73cf662fe3606f6f56e08123085aba506e615dd6;hpb=ba18812a70dde8fa173a9089a72ea642a1432f66;p=hashcat.git diff --git a/src/Makefile b/src/Makefile index 73cf662..b25f769 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,8 +13,9 @@ PROG_NAME := hashcat ## UNAME := $(shell uname -s) +UNAME := $(patsubst CYGWIN_NT-%,CYGWIN_NT-,$(UNAME)) -ifeq (,$(filter $(UNAME),Linux Darwin)) +ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT-)) $(error "! Your Operating System ($(UNAME)) is not supported by $(PROG_NAME) Makefile") endif