Files
somaesque-native/build
Daniel Ledda c0deceec65 update
2025-01-12 23:40:39 +01:00

7 lines
151 B
Bash
Executable File

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