clean.sh 69 B

1234567
  1. #!/usr/bin/env bash
  2. set -e
  3. ./autogen.sh
  4. ./configure
  5. make distclean