diff --git a/Makefile/Makefile b/Makefile/Makefile index a51fc33..0a68850 100644 --- a/Makefile/Makefile +++ b/Makefile/Makefile @@ -2,11 +2,11 @@ # -MMD is used to generate .d files for header dependencies CPPFLAGS = -MMD # main compilation -CFLAGS ?= -Werror -Wall +CFLAGS ?= -Werror -Wall #$(pkg-config --cflags sdl) #Linker flags LDFLAGS = #Linker path -LDLIBS = +LDLIBS = #$(pkg-config --libs sdl) program = test sources = $(wildcard *.c)