diff options
author | June McEnroe <june@causal.agency> | 2020-08-20 21:33:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-20 21:42:31 -0400 |
commit | dd3b702fd104353970e8a047ab9b4382c935e5d2 (patch) | |
tree | ff1d4a3eea4943f59439bb0cc66efd90e021bb9e /Makefile | |
parent | Say "OpenSSL" in additional permission notices (diff) | |
download | litterbox-dd3b702fd104353970e8a047ab9b4382c935e5d2.tar.gz litterbox-dd3b702fd104353970e8a047ab9b4382c935e5d2.zip |
Import xdg.c from catgirl
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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 |