aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-07-04 00:06:02 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-07-04 00:06:02 +0200
commit0616015bc457d387dbaa86cd428f119d51511341 (patch)
tree64ed574ae19d717067d858001e2edbf0ae0ae440 /Makefile
parent9edf21bd96a83a7e6c660e16c331b04e3b7add14 (diff)
downloadmessenger-cli-0616015bc457d387dbaa86cd428f119d51511341.tar.gz
messenger-cli-0616015bc457d387dbaa86cd428f119d51511341.zip
Added ASCII logo to the application
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 d3ebae0..ee7f64c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ BINARY = messenger-cli
6SOURCES = messenger_cli.c\ 6SOURCES = messenger_cli.c\
7 application.c\ 7 application.c\
8 chat.c\ 8 chat.c\
9 util.c\
9 ui/account_create_dialog.c\ 10 ui/account_create_dialog.c\
10 ui/accounts.c\ 11 ui/accounts.c\
11 ui/chat_open_dialog.c\ 12 ui/chat_open_dialog.c\
@@ -14,6 +15,7 @@ SOURCES = messenger_cli.c\
14 ui/messages.c 15 ui/messages.c
15HEADERS = application.h\ 16HEADERS = application.h\
16 chat.h\ 17 chat.h\
18 util.h\
17 ui/account_create_dialog.h\ 19 ui/account_create_dialog.h\
18 ui/accounts.h\ 20 ui/accounts.h\
19 ui/chat.h\ 21 ui/chat.h\