X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2FMakefile;h=9f11325da5dd6ab6b7f880fba55dbcbe736a7b44;hb=86cf95e878d57de30543b399d5318d4199208ae1;hp=4fdcb5b2470086ace36bdb06d3282b912f6e06cb;hpb=75a38b2e2e059fad4dde1935a8289e82786fc18a;p=hashcat.git diff --git a/src/Makefile b/src/Makefile index 4fdcb5b..9f11325 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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