summaryrefslogtreecommitdiffstats
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 de9518b..b1a6484 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,8 @@ SOUT = libvt100.a
BUILD = build/
SRC = src/
OBJ = $(BUILD)parser.o \
- $(BUILD)screen.o
+ $(BUILD)screen.o \
+ $(BUILD)unicode-extra.o
LIBS = glib-2.0
CFLAGS ?= -g -Wall -Wextra -Werror
LDFLAGS ?= -g -Wall -Wextra -Werror