Build script

This commit is contained in:
Alexander Borsuk 2021-09-04 22:42:34 +02:00
parent dd274fb072
commit f23d348f34

4
build.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
cmake -DCMAKE_BUILD_TYPE=Release .
make -j3