This commit is contained in:
Daniel Ledda
2025-01-11 13:12:22 +01:00
parent d7c3bb4868
commit 54ef57b90f
14 changed files with 2543 additions and 235 deletions

2
build Normal file → Executable file
View File

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