diff options
author | June McEnroe <june@causal.agency> | 2018-08-06 14:19:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-06 14:19:52 -0400 |
commit | d6fb797b11aa6dd031032faf425be3ce5a69661d (patch) | |
tree | e348e4ec6ed53a9700219336fd6a3e3733093a56 /Makefile | |
parent | Rename line editing functions (diff) | |
download | catgirl-d6fb797b11aa6dd031032faf425be3ce5a69661d.tar.gz catgirl-d6fb797b11aa6dd031032faf425be3ce5a69661d.zip |
Use wchar_t strings for all of UI
vaswprintf is a nightmare.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 26c70a1..76e130b 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 handle.o input.o irc.o ui.o +OBJS = chat.o handle.o input.o irc.o pls.o ui.o all: tags chat |