From 03a6cbae78afd7c99fce92ac1e3ae8f5c47c7340 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 04:46:59 -0400 Subject: these aren't linker flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80a96f8..4e63e51 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ OBJ = $(BUILD)parser.o \ LIBS = glib-2.0 OPT ?= -g CFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic -std=c1x -D_XOPEN_SOURCE=600 -LDFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic -std=c1x -D_XOPEN_SOURCE=600 +LDFLAGS ?= $(OPT) ALLCFLAGS = $(shell pkg-config --cflags $(LIBS)) $(CFLAGS) ALLLDFLAGS = $(shell pkg-config --libs $(LIBS)) $(LDFLAGS) -- cgit v1.2.3