mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-26 09:52:37 +00:00
makefile: indentation fix (replace tabs with spaces) + comments about cygwin builds
This commit is contained in:
parent
f30629b21a
commit
eb08afa543
@ -13,6 +13,8 @@ PROG_NAME := hashcat
|
|||||||
##
|
##
|
||||||
|
|
||||||
UNAME := $(shell uname -s)
|
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))
|
UNAME := $(patsubst CYGWIN_NT-%,CYGWIN_NT-,$(UNAME))
|
||||||
|
|
||||||
ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT-))
|
ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT-))
|
||||||
|
Loading…
Reference in New Issue
Block a user