aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-04-24 21:18:48 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-04-24 21:18:48 +0200
commit31f06baed66c24e82e3cf50326ef66ec2b8ab8c6 (patch)
tree6611780e6946b63963ddfd4c1a1e5224addbb113 /Makefile
parentd75a06e86407204e302fe3a49d8e2c137d1fbe2b (diff)
downloadmessenger-cli-31f06baed66c24e82e3cf50326ef66ec2b8ab8c6.tar.gz
messenger-cli-31f06baed66c24e82e3cf50326ef66ec2b8ab8c6.zip
Added list of chats and implemented switching back and forth
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 237681e..b15dffe 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,12 @@ SOURCES = messenger_cli.c\
7 application.c\ 7 application.c\
8 chat.c\ 8 chat.c\
9 ui/accounts.c\ 9 ui/accounts.c\
10 ui/chats.c\
10 ui/messages.c 11 ui/messages.c
11HEADERS = application.h\ 12HEADERS = application.h\
12 chat.h\ 13 chat.h\
13 ui/accounts.h\ 14 ui/accounts.h\
15 ui/chats.h\
14 ui/messages.h 16 ui/messages.h
15 17
16LIBRARIES = gnunetchat gnunetutil ncurses 18LIBRARIES = gnunetchat gnunetutil ncurses