summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-03 04:22:09 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-03 04:22:09 -0400
commit9c2a7522054b15ccd95c0c45e2a566376a037b72 (patch)
tree328275b370344a2c13d5e6f74f48f4fddd93ff2e /Makefile
parentb09da58557d35552cb1ddefa206012fafcbaa95f (diff)
downloadlibvt100-9c2a7522054b15ccd95c0c45e2a566376a037b72.tar.gz
libvt100-9c2a7522054b15ccd95c0c45e2a566376a037b72.zip
recognize most emoji as wide
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