update makefile
[musl-tables] / README
1 musl development tools:
2         api tables (posix and c99 api coverage)
3         sizeof various declared types (glibc vs musl)
4
5 download:
6         git clone git://repo.or.cz/musl-tools.git
7
8 depends:
9         a git clone of musl is needed
10         git clone git://git.etalabs.net/musl
11         exuberant ctags
12         apt-get install exuberant-ctags
13
14 build:
15         set MUSL in Makefile to the musl git repo root
16         build musl (cd $MUSL && make)
17         run make
18
19         various files will be generated under data/
20         *html and sizeof.diff are the relevant outputs