From 1638a5e8a90f0f0a6d46cdf3ff9f2393c45c248a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 May 2014 05:31:43 -0400 Subject: abstract out error logging a bit just spitting things to stderr isn't always going to be good enough, so let's at least provide one place to change that when necessary --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5b3933e..110ca62 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,8 @@ OBJ = $(BUILD)runes.o \ $(BUILD)screen.o \ $(BUILD)config.o \ $(BUILD)window-xlib.o \ - $(BUILD)pty-unix.o + $(BUILD)pty-unix.o \ + $(BUILD)util.o LIBS = cairo cairo-xlib libuv pangocairo CFLAGS ?= -g -Wall -Wextra -Werror LDFLAGS ?= -g -Wall -Wextra -Werror -- cgit v1.2.3-54-g00ecf