repo/m4/Makefile
2021-06-29 20:49:46 +02:00

11 lines
172 B
Makefile

prepare:
git clone http://git.savannah.gnu.org/r/m4.git
cd m4
make:
export CFLAGS="$CFLAGS -static"
./configure
make
install:
make install
uninstall:
make uninstall