about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-20 21:33:12 -0400
committerJune McEnroe <june@causal.agency>2020-08-20 21:42:31 -0400
commitdd3b702fd104353970e8a047ab9b4382c935e5d2 (patch)
treeff1d4a3eea4943f59439bb0cc66efd90e021bb9e /Makefile
parentSay "OpenSSL" in additional permission notices (diff)
downloadlitterbox-dd3b702fd104353970e8a047ab9b4382c935e5d2.tar.gz
litterbox-dd3b702fd104353970e8a047ab9b4382c935e5d2.zip
Import xdg.c from catgirl
Diffstat (limited to '')
-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
 
common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe