paulxstretch/linux/build.sh
2022-04-19 22:26:03 -04:00

19 lines
206 B
Bash
Executable File

#!/bin/bash
cd ..
if ./setupcmake.sh
then
#make -C build clean
./buildcmake.sh
else
echo
echo "ERROR setting up cmake, look for errors above and report them if asking for help."
echo
fi