feat: run example project with SDL3

This commit is contained in:
2025-02-01 10:24:02 +01:00
parent 4f129a157e
commit d518cf4af6
3 changed files with 82 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
compile:
gcc -W -Wall -Wextra -pedantic -o out/main src/main.c -Iinclude -lpthread -Llib -lSDL3
run:
make compile
./out/main