diff options
author | June McEnroe <june@causal.agency> | 2018-08-09 00:24:49 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-09 00:24:49 -0400 |
commit | a64f1a4ea2962e534673e27d85d92703c64201b0 (patch) | |
tree | 1bcf8ffdf2ae7280b406fe021619e9c61b83de6b /Makefile | |
parent | Add commands to tab complete (diff) | |
download | catgirl-a64f1a4ea2962e534673e27d85d92703c64201b0.tar.gz catgirl-a64f1a4ea2962e534673e27d85d92703c64201b0.zip |
Add URL detection, listing and opening
Might also add /copy, like /open.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 4a956b2..57369d6 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 +OBJS = chat.o edit.o handle.o input.o irc.o pls.o tab.o ui.o url.o all: tags chat |