From f0072f9fc9e91dd30b770a7fa501aae8c811e172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 17 Apr 2018 10:20:30 -0700 Subject: [PATCH] Cleanup. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 6d723c8..2c379b1 100644 --- a/makefile +++ b/makefile @@ -49,7 +49,7 @@ linux-debug64: .build/projects/gmake-linux make -R -C .build/projects/gmake-linux config=debug64 linux-release64: .build/projects/gmake-linux make -R -C .build/projects/gmake-linux config=release64 -linux: linux-debug32 linux-release32 linux-debug64 linux-release64 +linux: linux-debug64 linux-release64 .build/projects/gmake-mingw-gcc: $(GENIE) --gcc=mingw-gcc gmake @@ -87,7 +87,7 @@ osx-debug64: .build/projects/gmake-osx make -C .build/projects/gmake-osx config=debug64 osx-release64: .build/projects/gmake-osx make -C .build/projects/gmake-osx config=release64 -osx: osx-debug32 osx-release32 osx-debug64 osx-release64 +osx: osx-debug64 osx-release64 .build/projects/gmake-ios-arm: $(GENIE) --gcc=ios-arm gmake