diff options
author | Curtis McEnroe | 2018-08-04 17:54:46 -0400 |
---|---|---|
committer | Curtis McEnroe | 2018-08-04 17:54:46 -0400 |
commit | 35589a562473e6eab83933e498fbecf5540431d6 (patch) | |
tree | 014d092b3b19fb17c18a60c71b6829bd8c6184c8 /Makefile | |
parent | b163492552c409a7d1f4305dc88b0f279d0e0d91 (diff) |
Rename client to irc
Diffstat (limited to 'Makefile')
-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 |