From 9a0e38f91b85a92ede7ddef7a1bccfeb5c892692 Mon Sep 17 00:00:00 2001 From: Seth Archambault Date: Mon, 11 Jun 2018 17:50:26 +0000 Subject: [PATCH] Clarification of "Simple" --- Working-for-Android.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Working-for-Android.md b/Working-for-Android.md index 2611456..463a3de 100644 --- a/Working-for-Android.md +++ b/Working-for-Android.md @@ -75,6 +75,8 @@ Again, Notepad++ comes with an already prepared script to do that. Just open `ra It's helpful to know step by step what each part of the process is doing. For this, let's create a simple bash script, where each line can be run manually and the results can be seen. This should be useful for understanding the process on Linux as well. +This is simple as in we're just using shell commands, no cmake, no builders of any kind. + ## Folder Setup > Note: project.c is copied from raylib/templates/simple_game/simple_game.c