From bc0117c9624449190d5314a8621f9d88cfbd3a0d Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 25 Feb 2019 10:43:40 +0200 Subject: make/readme: refactor makefile and building It's nicer now, and we can specify the android abis --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 794c6fb..fbf160d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ forgiving for incorrect implementation :D. ## Building ```shell -make CFLAGS="-m32 -g" LDFLAGS="-m32" +# to compile for android ABI x86 +make x86 ``` Other than x86 is currently untested and probably doesn't work. -- cgit v1.2.3