remove duplicate -Wall

This commit is contained in:
2025-01-26 12:35:19 +01:00
parent 9709861793
commit 61abc20ed7

View File

@@ -4,7 +4,7 @@ NAME := sdl_template
CC := clang CC := clang
STD := c17 STD := c17
LANG = c 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 LDFLAGS := $(shell pkg-config --libs sdl2) -lm
ifeq ($(DEBUG),1) ifeq ($(DEBUG),1)