8 lines
132 B
Makefile
8 lines
132 B
Makefile
prepare:
|
|
git clone https://git.savannah.gnu.org/git/make.git
|
|
cd make
|
|
make:
|
|
./bootstrap
|
|
./build
|
|
uninstall:
|
|
rm -rf /usr/bin/make
|