Merge pull request #370 from philsmd/master

make: indentation fix + comments about cygwin builds
pull/377/head
Jens Steube 8 years ago committed by GitHub
commit d518e37daf

@ -13,6 +13,8 @@ PROG_NAME := hashcat
##
UNAME := $(shell uname -s)
# we need to strip the windows version number to be able to build hashcat on cygwin hosts
UNAME := $(patsubst CYGWIN_NT-%,CYGWIN_NT-,$(UNAME))
ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT-))

Loading…
Cancel
Save