aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-05-19 23:58:50 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-05-19 23:58:50 +0200
commit07bdb5aed83867106b0d7a87969e3164aefee9d6 (patch)
treedad1cff377357531e0dc86892a06f0db6b97b49b /Makefile
parent31f06baed66c24e82e3cf50326ef66ec2b8ab8c6 (diff)
downloadmessenger-cli-07bdb5aed83867106b0d7a87969e3164aefee9d6.tar.gz
messenger-cli-07bdb5aed83867106b0d7a87969e3164aefee9d6.zip
Added account creation as option to the list
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b15dffe..84d5942 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,13 @@ BINARY = messenger-cli
6SOURCES = messenger_cli.c\ 6SOURCES = messenger_cli.c\
7 application.c\ 7 application.c\
8 chat.c\ 8 chat.c\
9 ui/account_create.c\
9 ui/accounts.c\ 10 ui/accounts.c\
10 ui/chats.c\ 11 ui/chats.c\
11 ui/messages.c 12 ui/messages.c
12HEADERS = application.h\ 13HEADERS = application.h\
13 chat.h\ 14 chat.h\
15 ui/account_create.h\
14 ui/accounts.h\ 16 ui/accounts.h\
15 ui/chats.h\ 17 ui/chats.h\
16 ui/messages.h 18 ui/messages.h