aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-08-18 23:47:38 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-08-18 23:47:38 +0200
commit3e527b0e1eeb1ce61cda8251494a35b2a3ce872e (patch)
tree34cd3b778509c38ded31b2fd16824d9ae2916341 /Makefile
parent82dfd76ff534e362b7bfb3c12b870286a354f80b (diff)
downloadmessenger-cli-3e527b0e1eeb1ce61cda8251494a35b2a3ce872e.tar.gz
messenger-cli-3e527b0e1eeb1ce61cda8251494a35b2a3ce872e.zip
Normalized list input via macros
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1713bff..6ab183d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ SOURCES = messenger_cli.c\
11 ui/accounts.c\ 11 ui/accounts.c\
12 ui/chat_open_dialog.c\ 12 ui/chat_open_dialog.c\
13 ui/chats.c\ 13 ui/chats.c\
14 ui/lobby_create_dialog.c\
14 ui/lobby_enter_dialog.c\ 15 ui/lobby_enter_dialog.c\
15 ui/members.c\ 16 ui/members.c\
16 ui/messages.c 17 ui/messages.c
@@ -22,6 +23,8 @@ HEADERS = application.h\
22 ui/chat.h\ 23 ui/chat.h\
23 ui/chat_open_dialog.h\ 24 ui/chat_open_dialog.h\
24 ui/chats.h\ 25 ui/chats.h\
26 ui/list_input.h\
27 ui/lobby_create_dialog.h\
25 ui/lobby_enter_dialog.h\ 28 ui/lobby_enter_dialog.h\
26 ui/members.h\ 29 ui/members.h\
27 ui/messages.h\ 30 ui/messages.h\