diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-08-29 03:35:10 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-08-29 03:35:10 +0330 |
commit | 779c9d9d0fc2c20ec6a4e622a2ce5d6c0810c3e0 (patch) | |
tree | cd90e8651774f80a254d66f2f7ae2154c9b0b5aa /compile | |
parent | 555c98cb9bfc95a05a956b1be10cd2fea4afb677 (diff) |
moved stuff to c23
Diffstat (limited to 'compile')
-rwxr-xr-x | compile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ if [ ! -d build ]; then fi fi -gcc -Wall -Wextra -O3 src/main.c src/ui/tui.c -o "build/$project_name" +gcc -Wall -Wextra -O3 -std=gnu23 src/main.c src/ui/tui.c -o "build/$project_name" |