Added build script
This commit is contained in:
parent
e73db04032
commit
3731631581
5
gmsv/build.sh
Executable file
5
gmsv/build.sh
Executable 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
5
saac/build.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo "Cleaning up build files.."
|
||||||
|
make clean -C src
|
||||||
|
echo "Start building.."
|
||||||
|
make -C src
|
Loading…
Reference in New Issue
Block a user