diff --git a/makefile b/makefile index 4667702..a78dbd7 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ NAME := breakout_clone CC := clang STD := c17 LANG = c -CFLAGS := $(shell pkg-config --cflags sdl2) -Wall -Wall -Wextra -Wpedantic -Wno-pointer-arith +CFLAGS := $(shell pkg-config --cflags sdl2) -Wall -Wextra -Wpedantic -Wno-pointer-arith LDFLAGS := $(shell pkg-config --libs sdl2) -lm ifeq ($(DEBUG),1)