From 8832dc5d910415f7bad1755c623d8d486602858d Mon Sep 17 00:00:00 2001 From: Aubin DORIVAL Date: Mon, 16 Dec 2024 22:57:09 +0000 Subject: [PATCH] Update Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5a733cf..9f4b40d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -# Variable CC = gcc CFLAGS = -Wall -Wextra $(shell pkg-config --cflags --libs sdl2 SDL2_image SDL2_ttf) LIBFLAGS = $(shell pkg-config --cflags --libs sdl2 SDL2_image SDL2_ttf)