Nove repo opengl-learning
This commit is contained in:
8
lessons/1. Getting started/8. Camera/recompilerun.sh
Normal file
8
lessons/1. Getting started/8. Camera/recompilerun.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -d "build" ]; then meson build; fi
|
||||
|
||||
cd build
|
||||
meson compile
|
||||
meson test
|
||||
cd ..
|
||||
Reference in New Issue
Block a user