repo/m4/Makefile

11 lines
192 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 DESTDIR="${PREFIX}"
uninstall:
make uninstall