aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-04 05:14:46 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-04 05:26:19 -0400
commit841e03c3c846d6b36418e2ae1647a35f6bc7c827 (patch)
treef1e41a58a2f1e6742fc08c5299fac61f178b0217 /Makefile
parent14a1af8a40a512847257529b35736b8abf5bd7a8 (diff)
downloadrunes-841e03c3c846d6b36418e2ae1647a35f6bc7c827.tar.gz
runes-841e03c3c846d6b36418e2ae1647a35f6bc7c827.zip
these are not linker flags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06f1c48..2cbdf89 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ COBJ = $(BUILD)runesc.o \
LIBS = cairo cairo-xlib libevent pangocairo
OPT ?= -g
CFLAGS ?= $(OPT) -Wall -Wextra -Werror -std=c1x -D_XOPEN_SOURCE=600
-LDFLAGS ?= $(OPT) -Wall -Wextra -Werror -std=c1x -D_XOPEN_SOURCE=600
+LDFLAGS ?= $(OPT)
ALLCFLAGS = $(shell pkg-config --cflags $(LIBS)) -Ilibvt100/src $(CFLAGS)
ALLLDFLAGS = $(shell pkg-config --libs $(LIBS)) $(LDFLAGS)