about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c3061d..5caa3ba 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ OBJS += command.o
 OBJS += complete.o
 OBJS += config.o
 OBJS += edit.o
+OBJS += filter.o
 OBJS += handle.o
-OBJS += ignore.o
 OBJS += irc.o
 OBJS += log.o
 OBJS += ui.o