Convert over to use GetOpt::Long and introduce -f and -h.
[fvwm.git] / utils / build_dev.sh
blob7769761cb2d62b923bf97d43234f60623792960b
1 #!/bin/sh
3 # call make with -Wall -Werror
4 # must be called from main fvwm directory
5 echo 'make CFLAGS="-O2 -g -Wall -Werror"'
6 make CFLAGS="-O2 -g -Wall -Werror" || exit 1