summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorC. McEnroe2021-01-16 13:30:59 -0500
committerC. McEnroe2021-01-16 13:36:39 -0500
commit5a490945ea221cc94b05e2ed6e872a2ecbefe175 (patch)
treedaf471ca256c4112e78c9ff35795609e96fa969b /Makefile
parent6160b3f18c66738ea5c927b6ced3ae981586b7bc (diff)
Rename ignore code to filter
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