ajout de la librairie sdl mixer plus changement dans le makefile

This commit is contained in:
cyjullien1
2025-01-07 17:38:30 +01:00
parent e9b91e0e81
commit 40c0ede871
11 changed files with 71 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -Wall -Wextra
LIBFLAGS = $(shell pkg-config --cflags --libs sdl2 SDL2_image SDL2_ttf)
LIBFLAGS = $(shell pkg-config --cflags --libs sdl2 SDL2_image SDL2_ttf SDL2_mixer)
TARGET = sokoban
SRCDIR = script
OBJDIR = obj