diff options
author | June McEnroe <june@causal.agency> | 2022-07-30 18:47:26 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-07-30 18:47:26 -0400 |
commit | 14a6486b9b2b9522982cde12c05b20931fe34999 (patch) | |
tree | 672349f06f9e998e6859a937230cc32787af2d9f /Makefile | |
parent | "Rename" complete to cache, refactor interfaces (diff) | |
download | catgirl-14a6486b9b2b9522982cde12c05b20931fe34999.tar.gz catgirl-14a6486b9b2b9522982cde12c05b20931fe34999.zip |
Switch to cache interfaces
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 39b15b2..e8ef63a 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,6 @@ OBJS += buffer.o OBJS += cache.o OBJS += chat.o OBJS += command.o -OBJS += complete.o OBJS += config.o OBJS += edit.o OBJS += filter.o |