#!/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