From 23d2cd1738b6fca5e9429cc798059e7ad4ef181c 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:01:01 -0800 Subject: [PATCH] Removed andorid-mips from makefile. --- makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/makefile b/makefile index 699b5da..97eb1be 100644 --- a/makefile +++ b/makefile @@ -48,7 +48,6 @@ projgen: ## Generate project files for all configurations. $(GENIE) --gcc=freebsd gmake $(GENIE) --gcc=android-arm gmake $(GENIE) --gcc=android-arm64 gmake - $(GENIE) --gcc=android-mips gmake $(GENIE) --gcc=android-x86 gmake $(GENIE) --gcc=asmjs gmake $(GENIE) --gcc=ios-arm gmake @@ -73,14 +72,6 @@ android-arm64-release: .build/projects/gmake-android-arm64 ## Build - Android AR $(MAKE) -R -C .build/projects/gmake-android-arm64 config=release android-arm64: android-arm64-debug android-arm64-release ## Build - Android ARM64 Debug and Release -.build/projects/gmake-android-mips: - $(GENIE) --gcc=android-mips gmake -android-mips-debug: .build/projects/gmake-android-mips ## Build - Android MIPS Debug - $(MAKE) -R -C .build/projects/gmake-android-mips config=debug -android-mips-release: .build/projects/gmake-android-mips ## Build - Android MIPS Release - $(MAKE) -R -C .build/projects/gmake-android-mips config=release -android-mips: android-mips-debug android-mips-release ## Build - Android MIPS Debug and Release - .build/projects/gmake-android-x86: $(GENIE) --gcc=android-x86 gmake android-x86-debug: .build/projects/gmake-android-x86 ## Build - Android x86 Debug and Release