summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2019-02-25 10:43:40 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2019-02-25 10:43:40 +0200
commitbc0117c9624449190d5314a8621f9d88cfbd3a0d (patch)
treeaea58afba58e93b81f8652ef5ab2b84912dc8c80 /README.md
parent1734a5b44f3dfda13c07d6d9b7e7a42a1103ff3b (diff)
make/readme: refactor makefile and building
It's nicer now, and we can specify the android abis
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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 <https://developer.android.com/ndk/guides/abis>
+make x86
```
Other than x86 is currently untested and probably doesn't work.