mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
Makefile: remove .app for OSX
This commit is contained in:
parent
75a38b2e2e
commit
86cf95e878
@ -109,7 +109,6 @@ BINARY_NATIVE := $(PROG_NAME)
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.9
|
||||
BINARY_NATIVE := $(BINARY_NATIVE).app
|
||||
CFLAGS_NATIVE := -D_POSIX -DDARWIN
|
||||
CFLAGS_NATIVE += $(CFLAGS)
|
||||
LFLAGS_NATIVE := -lpthread
|
||||
@ -181,7 +180,7 @@ native: hashcat
|
||||
binaries: linux32 linux64 win32 win64
|
||||
|
||||
clean:
|
||||
$(RM) -f obj/*.o *.bin *.exe *.app *.restore *.out *.pot *.dictstat *.log hashcat core
|
||||
$(RM) -f obj/*.o *.bin *.exe *.restore *.out *.pot *.dictstat *.log hashcat core
|
||||
$(RM) -rf *.induct
|
||||
$(RM) -rf *.outfiles
|
||||
$(RM) -rf *.dSYM
|
||||
|
Loading…
Reference in New Issue
Block a user