From 20886e5c08d37c4ba5fbcacd6ef8f76738524209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 17 Apr 2018 07:53:48 -0700 Subject: [PATCH] Removed 32-bit OSX/Linux. --- makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/makefile b/makefile index b953138..6d723c8 100644 --- a/makefile +++ b/makefile @@ -45,10 +45,6 @@ android-x86: android-x86-debug android-x86-release .build/projects/gmake-linux: $(GENIE) --gcc=linux-gcc gmake -linux-debug32: .build/projects/gmake-linux - make -R -C .build/projects/gmake-linux config=debug32 -linux-release32: .build/projects/gmake-linux - make -R -C .build/projects/gmake-linux config=release32 linux-debug64: .build/projects/gmake-linux make -R -C .build/projects/gmake-linux config=debug64 linux-release64: .build/projects/gmake-linux @@ -87,10 +83,6 @@ mingw-clang: mingw-clang-debug32 mingw-clang-release32 mingw-clang-debug64 mingw .build/projects/gmake-osx: $(GENIE) --gcc=osx gmake -osx-debug32: .build/projects/gmake-osx - make -C .build/projects/gmake-osx config=debug32 -osx-release32: .build/projects/gmake-osx - make -C .build/projects/gmake-osx config=release32 osx-debug64: .build/projects/gmake-osx make -C .build/projects/gmake-osx config=debug64 osx-release64: .build/projects/gmake-osx