Convert over to use GetOpt::Long and introduce -f and -h.
[fvwm.git] / utils / rebuild_dev.sh
blob978ef18a8ea63adf9967c83e2608cc8fbc837ba1
1 #!/bin/sh
3 # configure and build CVS source code from scratch
4 # must be called from main fvwm directory
5 utils/configure_dev.sh || exit 1
6 make clean
7 utils/build_dev.sh || exit 2