Makefile: remove .app for OSX
authorJosh de Kock <josh@itanimul.li>
Fri, 1 Jul 2016 23:11:37 +0000 (00:11 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2016 23:11:37 +0000 (00:11 +0100)
src/Makefile

index 4fdcb5b..9f11325 100644 (file)
@@ -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