This commit is contained in:
Daniel Ledda
2024-12-27 13:12:42 +01:00
parent fb7a33f84c
commit 81bf17ae81
3 changed files with 44 additions and 24 deletions

2
build
View File

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