init commit

This commit is contained in:
2025-09-20 16:16:22 +02:00
commit 26b3ac8a51
6 changed files with 855 additions and 0 deletions

8
build.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
echo Building with ...
echo gcc src/main.c -o res/main $(pkg-config --cflags --libs sdl3 x11 xfixes)
gcc src/main.c -o res/main $(pkg-config --cflags --libs sdl3 x11 xfixes)
echo Running...
./res/main