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