aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-05 21:28:52 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-06 00:18:54 -0400
commit63af312fd093dc31f4d3875841127ebc68066dbc (patch)
tree9f56b0a84fc18cb23b2086a272cd797d30c546fe /Makefile
parent8bc6f2c71d68ecff2e82e5ff8bff042ce4f13463 (diff)
downloadrunes-63af312fd093dc31f4d3875841127ebc68066dbc.tar.gz
runes-63af312fd093dc31f4d3875841127ebc68066dbc.zip
split out event stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93bbf3f..8bc189e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
OUT = runes
-OBJ = runes.o display.o xlib.o term.o
+OBJ = runes.o display.o xlib.o term.o events.o
CFLAGS ?= -g -Wall -Wextra -Werror
LDFLAGS ?= -g -Wall -Wextra -Werror