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 19dc3b1..46796b7 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ RCS  = rc.d/litterbox
 -include config.mk
 
 FORMATS = generic catgirl irc textual
-OBJS.litterbox = litterbox.o config.o
+OBJS.litterbox = litterbox.o config.o xdg.o
 
 dev: tags all test
 
39a279f0f1224f7872486e32ec9ade7c9&follow=1'>Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML " escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe