This commit is contained in:
Daniel Ledda
2025-01-02 18:20:56 +01:00
parent 39ff16b6a6
commit 49e379dd54
9 changed files with 80 additions and 44 deletions

2
build
View File

@@ -1,3 +1,3 @@
#!/bin/bash
gcc -g -g3 ./app.cpp -o ./target/app
g++ -g -g3 -lm -DOS_LINUX=1 -DENABLE_ASSERT=1 ./app.cpp -o ./target/app