Plot project

This commit is contained in:
KK
2026-06-22 08:55:24 +02:00
parent bd97674f50
commit 25248c9055
16 changed files with 1750 additions and 0 deletions

8
b/build.sh Executable file
View File

@@ -0,0 +1,8 @@
set -euo pipefail
if [ ! -e build ]; then
mkdir build
fi
cd build
clang ../src/main.c -g -Wextra -Werror -Wall -std=c11 -lSDL3 -lSDL3_ttf -lm -fdiagnostics-absolute-paths
./a.out