découverte de SDL2

This commit is contained in:
tTh
2024-09-07 15:36:26 +02:00
parent 3bd50b2ab5
commit f15aad0c2e
5 changed files with 67 additions and 0 deletions

4
code/SDL2/Makefile Normal file
View File

@@ -0,0 +1,4 @@
strangebug: strangebug.c Makefile
gcc -Wall $< -lSDL2 -o $@