@@ -1,6 +1,6 @@
#!/bin/bash
clang -g -g3 -lm -DOS_LINUX=1 -DENABLE_ASSERT=1 ./app.c -o ./target/app
clang -g -g3 -lm -lglfw -lGL -DOS_LINUX=1 -DENABLE_ASSERT=1 ./app.c -o ./target/app
if [[ $1 == "run" ]] then
./target/app
The note is not visible to the blocked user.