diff --git a/Working-for-Android.md b/Working-for-Android.md index cfa3c17..fa505fd 100644 --- a/Working-for-Android.md +++ b/Working-for-Android.md @@ -59,7 +59,6 @@ You can build raylib using either **CMake** or **Make**. Follow the steps below ``` - Build raylib as a static library: ``` - rm -rf Build cmake -B Build \ -G \ -DCMAKE_BUILD_TYPE=Release \ @@ -86,7 +85,6 @@ You can build raylib using either **CMake** or **Make**. Follow the steps below ``` - Build the library: ``` - make clean make PLATFORM=PLATFORM_ANDROID \ ANDROID_NDK= \ ANDROID_API_VERSION= \