diff options
author | June McEnroe <june@causal.agency> | 2018-08-07 14:58:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-07 14:58:32 -0400 |
commit | 5d2b5cd51e64c3e49a536ef431c97dc1d0b78dfd (patch) | |
tree | 90f841d064bc3bd88fe52e1fc3d79861b007df04 /Makefile | |
parent | Fix /me formatting side-effects (diff) | |
download | catgirl-5d2b5cd51e64c3e49a536ef431c97dc1d0b78dfd.tar.gz catgirl-5d2b5cd51e64c3e49a536ef431c97dc1d0b78dfd.zip |
Populate tab-complete list
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 76e130b..38c14bf 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS += -Wall -Wextra -Wpedantic CFLAGS += -I/usr/local/include LDFLAGS += -L/usr/local/lib LDLIBS = -lcursesw -ltls -OBJS = chat.o handle.o input.o irc.o pls.o ui.o +OBJS = chat.o handle.o input.o irc.o pls.o tab.o ui.o all: tags chat |