aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-04-30 03:16:30 -0400
committerJesse Luehrs <doy@tozt.net>2016-04-30 03:21:07 -0400
commit04cf8dd207c79ee4331de684d1e9fc2bfa437547 (patch)
tree004afaa7ea1400694ff8563f0991b5e9f880b124 /Makefile
parent2adc1256bafe38d350f83a3e7ccc4e6becf919a1 (diff)
downloadrunes-04cf8dd207c79ee4331de684d1e9fc2bfa437547.tar.gz
runes-04cf8dd207c79ee4331de684d1e9fc2bfa437547.zip
pull event loop handling into its own file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bbccdad..99a5289 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ OBJ = $(BUILD)runes.o \
$(BUILD)config.o \
$(BUILD)window-xlib.o \
$(BUILD)pty-unix.o \
+ $(BUILD)loop.o \
$(BUILD)util.o
LIBS = cairo cairo-xlib libuv pangocairo
CFLAGS ?= -g -Wall -Wextra -Werror