aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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