From 35589a562473e6eab83933e498fbecf5540431d6 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 4 Aug 2018 17:54:46 -0400 Subject: Rename client to irc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d707ee3..26c70a1 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 client.o handle.o input.o ui.o +OBJS = chat.o handle.o input.o irc.o ui.o all: tags chat -- cgit 1.4.1 t();'> dontfiles
summary refs log tree commit diff
path: root/home/.config/X/resources (unfollow)
Commit message (Expand)Author
2024-05-22Remove use of sysexits.hJune McEnroe
2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe
2024-05-21Fix = precedence in whenJune McEnroe