paulxstretch/linux/build.sh

19 lines
206 B
Bash
Raw Normal View History

#!/bin/bash
cd ..
2022-04-20 02:26:03 +00:00
if ./setupcmake.sh
then
2022-04-20 02:26:03 +00:00
#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