~ruther/CTU-FEE-B0B35APO-Semestral-project

ed171dc8a9fed20b44e8e89a2ac2ac2004cd110b — František Boháček 3 years ago 75b7cf9
fix: makefile ovewrite of cflags
1 files changed, 1 insertions(+), 1 deletions(-)

M image-viewer/Makefile
M image-viewer/Makefile => image-viewer/Makefile +1 -1
@@ 17,7 17,7 @@ BINARY=$(BIN_DIR)/$(NAME)
SRC=$(wildcard $(SRC_DIR)/*.c)
OBJ=$(patsubst $(SRC_DIR)/%.c, $(OBJ_DIR)/%.o, $(SRC))

CFLAGS=-I$(INC_DIR) -Wall -Werror -g -O0
CFLAGS+=-I$(INC_DIR) -Wall -Werror
CFLAGS+=$(shell sdl2-config --cflags)

#TARGET_IP ?= 192.168.202.127

Do not follow this link