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)