linux build script mod

This commit is contained in:
Jesse Chappell 2022-04-19 22:26:03 -04:00
parent c6ffc776ea
commit e1ca6b4d47

View File

@ -1,11 +1,18 @@
#!/bin/bash
cd ..
./setupcmake.sh
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