Files
somaesque-native/build
2025-11-11 04:31:20 +01:00

7 lines
155 B
Bash
Executable File

#!/bin/bash
LIB_INCLUDE="-lglfw -lGL -lm"
g++ -g -g3 -DOS_LINUX=1 -DENABLE_ASSERT=1 ./src/main.cpp -o ./target/somaesque $LIB_INCLUDE
./target/somaesque