diff options
author | June McEnroe <june@causal.agency> | 2018-08-10 23:31:20 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-10 23:31:20 -0400 |
commit | 07c750d25cf26883507d46bf319e55d2e35d6a94 (patch) | |
tree | dcf7dbc50dd717a1190c2f034ff440badf5a525c /Makefile | |
parent | Move process spawning onto the event loop (diff) | |
download | catgirl-07c750d25cf26883507d46bf319e55d2e35d6a94.tar.gz catgirl-07c750d25cf26883507d46bf319e55d2e35d6a94.zip |
Become multi-channel
There's a lot of UI missing for it, but it technically works.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 57369d6..bf7b011 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS += -Wall -Wextra -Wpedantic CFLAGS += -I/usr/local/include -I/usr/local/opt/libressl/include LDFLAGS += -L/usr/local/lib -L/usr/local/opt/libressl/lib LDLIBS = -lcursesw -ltls -OBJS = chat.o edit.o handle.o input.o irc.o pls.o tab.o ui.o url.o +OBJS = chat.o edit.o handle.o input.o irc.o pls.o tab.o tag.o ui.o url.o all: tags chat |