From 3689e9073f8f47f8dd14a8e3c6e20bb213e5bf2a Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 23:18:31 -0700 Subject: fix clang build errors --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aa9c91e..1f2b18d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -CFLAGS=-O2 -g -lX11 -Wall -Werror -I. -Wno-unused-function -LDFLAGS=-lXft -lfontconfig +CFLAGS=-O2 -g -Wall -Werror -I. -Wno-unused-function +LDFLAGS=-lXft -lfontconfig -lX11 PREFIX ?= /usr/local BIN=cmdtree -- cgit v1.2.3