From 001f2cef421d554dc523899eec5057bb1bcdd565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 18 Jan 2020 22:00:28 -0800 Subject: [PATCH] Fixed issue #229. --- makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/makefile b/makefile index 39d82e0..ebe604f 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,6 @@ all: $(GENIE) vs2017 $(GENIE) --gcc=android-arm gmake $(GENIE) --gcc=android-arm64 gmake - $(GENIE) --gcc=android-mips gmake $(GENIE) --gcc=android-x86 gmake $(GENIE) --gcc=mingw-gcc gmake $(GENIE) --gcc=linux-gcc gmake @@ -36,14 +35,6 @@ android-arm64-release: .build/projects/gmake-android-arm64 make -R -C .build/projects/gmake-android-arm64 config=release android-arm64: android-arm64-debug android-arm64-release -.build/projects/gmake-android-mips: - $(GENIE) --gcc=android-mips gmake -android-mips-debug: .build/projects/gmake-android-mips - make -R -C .build/projects/gmake-android-mips config=debug -android-mips-release: .build/projects/gmake-android-mips - make -R -C .build/projects/gmake-android-mips config=release -android-mips: android-mips-debug android-mips-release - .build/projects/gmake-android-x86: $(GENIE) --gcc=android-x86 gmake android-x86-debug: .build/projects/gmake-android-x86