repo/m4/Makefile

12 lines
172 B
Makefile
Raw Normal View History

2021-06-29 21:49:46 +03:00
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