diff options
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" |