From 5d79703929c36259b15a6dfdf8bd7f451aabe587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 17 Apr 2018 10:19:51 -0700 Subject: [PATCH] Cleanup. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index b5f73ec..ea63344 100644 --- a/makefile +++ b/makefile @@ -97,7 +97,7 @@ linux-debug64: .build/projects/gmake-linux ## Build - Linux x64 Debug $(MAKE) -R -C .build/projects/gmake-linux config=debug64 linux-release64: .build/projects/gmake-linux ## Build - Linux x64 Release $(MAKE) -R -C .build/projects/gmake-linux config=release64 -linux: linux-debug32 linux-release32 linux-debug64 linux-release64 ## Build - Linux x86/x64 Debug and Release +linux: linux-debug64 linux-release64 ## Build - Linux x64 Debug and Release .build/projects/gmake-freebsd: $(GENIE) --with-tools --gcc=freebsd gmake @@ -189,7 +189,7 @@ osx-debug64: .build/projects/gmake-osx ## Build - OSX x64 Debug $(MAKE) -C .build/projects/gmake-osx config=debug64 osx-release64: .build/projects/gmake-osx ## Build - OSX x64 Release $(MAKE) -C .build/projects/gmake-osx config=release64 -osx: osx-debug32 osx-release32 osx-debug64 osx-release64 ## Build - OSX x86/x64 Debug and Release +osx: osx-debug64 osx-release64 ## Build - OSX x64 Debug and Release .build/projects/gmake-ios-arm: $(GENIE) --gcc=ios-arm gmake