From 6cde45801d3f737bc9b2db3718c28f0b23e6213d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 17 Sep 2018 22:43:47 -0400 Subject: Make install target depend on text files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 543dc4ee..f5ded14a 100644 --- a/Makefile +++ b/Makefile @@ -12,5 +12,5 @@ all: $(TXTS) clean: rm -f $(TXTS) -install: +install: $(TXTS) cp $(TXTS) $(WEBROOT) -- cgit 1.4.1 ype='hidden' name='id' value='674e527b33afb1cd8eca3edd65addc0550fcb4b1'/> IRC client
summary refs log tree commit diff
path: root/chat.c (unfollow)
Commit message (Expand)Author
2018-08-03Handle ACTIONsJune McEnroe
2018-08-03Use more octal char literalsJune McEnroe
2018-08-03Send a WHO in response to NAMES to get usernamesJune McEnroe
2018-08-03Colorize nicks and channelsJune McEnroe
2018-08-03Add support for mIRC colorsJune McEnroe
2018-08-03Handle bold, italic, underlineJune McEnroe
2018-08-03Add prift function for "prefix shift"June McEnroe
2018-08-03Link with -lcurseswJune McEnroe
2018-08-02Use libtls "compat" ciphersJune McEnroe
2018-08-02Add UI and handle some kinds of server messagesJune McEnroe
2018-08-02Add chroot.tar targetJune McEnroe