repo/libc/Makefile

10 lines
129 B
Makefile
Raw Normal View History

2021-06-28 18:55:53 +03:00
prepare:
git clone https://sourceware.org/git/glibc.git
cd glibc
libc:
make
install:
make install
uninstall:
make uninstall