libtthimage/build.sh

11 lines
62 B
Bash
Executable File

#!/bin/bash
cd Lib
make testtga
cd ..
cd Tools
make
cd ..