Files
flenser/rebuild

8 lines
138 B
Bash
Executable File

#!/usr/bin/env bash
make distclean
pushd ..
./autogen.sh
popd
../configure --prefix=/opt/local --enable-ipv6 CXXFLAGS="-O0 -g"
make -kj11