diff options
author | June McEnroe <june@causal.agency> | 2018-08-04 17:54:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-04 17:54:46 -0400 |
commit | 35589a562473e6eab83933e498fbecf5540431d6 (patch) | |
tree | 014d092b3b19fb17c18a60c71b6829bd8c6184c8 /Makefile | |
parent | Fix chat draw boundaries (diff) | |
download | catgirl-35589a562473e6eab83933e498fbecf5540431d6.tar.gz catgirl-35589a562473e6eab83933e498fbecf5540431d6.zip |
Rename client to irc
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |