repo/make/Makefile
2021-06-29 00:05:14 +02:00

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