aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-13 01:14:26 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-13 01:14:26 -0400
commit282695a9e923f069da86486dd9b0cf79f20da76f (patch)
tree4d9cef80ec7a5bba2641e9cc48ec789e4077485a /Makefile
parent0e5d55283a9adcc9b5ed071b4e18b74e55dbe0c4 (diff)
downloadrunes-282695a9e923f069da86486dd9b0cf79f20da76f.tar.gz
runes-282695a9e923f069da86486dd9b0cf79f20da76f.zip
this is an unnecessary level of abstraction
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cae9f45..e84d562 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
OUT = runes
-OBJ = runes.o display.o term.o events.o vt100.o window-xlib.o pty-unix.o
+OBJ = runes.o display.o term.o vt100.o window-xlib.o pty-unix.o
LIBS = cairo cairo-xlib libuv
CFLAGS ?= -g -Wall -Wextra -Werror
LDFLAGS ?= -g -Wall -Wextra -Werror