libtthimage/build.sh
2022-06-27 23:39:52 +02:00

13 lines
114 B
Bash
Executable File

#!/bin/bash
cd Lib
echo "========== in $PWD"
make testtga
cd ..
cd Tools
echo "========== in $PWD"
make
cd ..