essais SDL

This commit is contained in:
2024-12-12 00:15:36 +01:00
parent 6e37df5529
commit 331ff2b5b2
4 changed files with 52 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Variable
CC = gcc
CFLAGS = -Wall -Wextra
CFLAGS = -Wall -Wextra $(shell pkg-config --cflags --libs sdl2)
OBJ = main.o
TARGET = sokoban