aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-08 22:04:26 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-08 22:04:26 -0400
commitbae22b3118742113a53d3496ee84ad577481077c (patch)
treecd4046bf2215f106e5041ef93e03360670152a96 /Makefile
parent48da503fbfe7c376842dc9b05c69875f5b6092a6 (diff)
downloadrunes-bae22b3118742113a53d3496ee84ad577481077c.tar.gz
runes-bae22b3118742113a53d3496ee84ad577481077c.zip
a bunch more refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66df33a..edbc068 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
OUT = runes
-OBJ = runes.o display.o xlib.o term.o events.o
+OBJ = runes.o display.o term.o events.o window-xlib.o
LIBS = cairo cairo-xlib libuv
CFLAGS ?= -g -Wall -Wextra -Werror
LDFLAGS ?= -g -Wall -Wextra -Werror