aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-20 21:26:30 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-20 21:26:30 -0400
commit555797e76f787fbc04466a3281d5bafb840fe6a7 (patch)
tree7aa03bb663bcfd39fa1a75e23f4e905fa39cf5c3 /Makefile
parentfb34f00c2fdc35c674f9c0ba0c9db6028605a6e9 (diff)
downloadrunes-555797e76f787fbc04466a3281d5bafb840fe6a7.tar.gz
runes-555797e76f787fbc04466a3281d5bafb840fe6a7.zip
start adding configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdf6871..141e7dd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
OUT = runes
-OBJ = runes.o display.o term.o parser.o window-xlib.o pty-unix.o
+OBJ = runes.o display.o term.o parser.o config.o window-xlib.o pty-unix.o
LIBS = cairo cairo-xlib libuv pangocairo
CFLAGS ?= -g -Wall -Wextra -Werror
LDFLAGS ?= -g -Wall -Wextra -Werror