Added build script

This commit is contained in:
Gavin Lin 2018-08-17 16:58:47 -07:00
parent e73db04032
commit 3731631581
2 changed files with 10 additions and 0 deletions

5
gmsv/build.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
echo "Cleaning up build files.."
make clean -C src
echo "Start building.."
make -C src

5
saac/build.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
echo "Cleaning up build files.."
make clean -C src
echo "Start building.."
make -C src