123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #!/bin/bash
- [ "x${DEBUG+set}" = 'xset' ] && set -v
- set -u -e
- printf "Building ich9deblob\n"
- cd "resources/utilities/ich9deblob/"
- make clean
- make
- cd "../../../"
- printf "\n\n"
|