libtthimage/build.sh

14 lines
141 B
Bash
Executable File

#!/bin/bash
set -e # obort on error
cd Lib
echo "========== in $PWD"
make testtga
cd ..
cd Tools
echo "========== in $PWD"
make
cd ..