From a1f40f600957dffcbc2d13616c10b7d6adf90997 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 30 Oct 2012 22:33:23 +0100 Subject: [PATCH] Remove redundant makefile for android. It's built from android/. --- Makefile.android | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Makefile.android diff --git a/Makefile.android b/Makefile.android deleted file mode 100644 index 7f990e9bf5..0000000000 --- a/Makefile.android +++ /dev/null @@ -1,22 +0,0 @@ -### -## -# Makefile for RetroArch Android. -## - -all: - ndk-build - -clean: - ndk-build clean - -headers: - javah -o android/com_retroarch_rruntime.h -classpath android/bin/classes com.retroarch.rruntime - -install: - adb install retroarch-android.apk - -uninstall: - adb uninstall com.retroarch - -test_shader: - cgc -ogles -profile glslf $(FILE)