X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2FMakefile;h=2ca5fd05da556f1db65b1327b7790bc1e851a97f;hb=37ff7fbc111e3fb8f7dbf9dac4f82aef3960aad1;hp=ce6c29e3d1a7a0229c41031984ae03daf607a246;hpb=a8bebb4a55f0dfc32b026cca0aad7dcd2d0237ac;p=hashcat.git diff --git a/src/Makefile b/src/Makefile index ce6c29e..2ca5fd0 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 CYGWIN_NT-10.0)) +ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT-)) $(error "! Your Operating System ($(UNAME)) is not supported by $(PROG_NAME) Makefile") endif