mirror of
https://github.com/thepigeongenerator/breakout_clone.git
synced 2025-12-16 05:55:46 +01:00
remove duplicate -Wall
This commit is contained in:
2
makefile
2
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)
|
||||
|
||||
Reference in New Issue
Block a user