#!/bin/bash set -eu cd $HOME/merchant/ git pull git submodule update --init git clean -fdx ./bootstrap ./configure CFLAGS='-ggdb -O0' \ --prefix=$HOME/local --with-gnunet=$HOME/local \ --with-mint=$HOME/local \ --with-microhttpd=$HOME/local \ --enable-logging=verbose make make install