aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-07 12:43:22 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-07 13:01:33 +0100
commit9d1af57afca13c07e5f3612512513c72dcc32956 (patch)
treee37b1503a6bb0fe5ad5e84f22fdf34ff8ca8cbaf /Makefile
parentbcab8106d55c4d1e8c66e9000bad8de394bd708e (diff)
downloadmessenger-cli-9d1af57afca13c07e5f3612512513c72dcc32956.tar.gz
messenger-cli-9d1af57afca13c07e5f3612512513c72dcc32956.zip
Added initial accounts menu
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 000c792..24f771d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ INSTALL_DIR ?= /usr/local/
5BINARY = messenger-cli 5BINARY = messenger-cli
6SOURCES = messenger_cli.c\ 6SOURCES = messenger_cli.c\
7 application.c\ 7 application.c\
8 chat.c 8 chat.c\
9 ui/accounts.c
9HEADERS = 10HEADERS =
10 11
11LIBRARIES = gnunetchat gnunetutil ncurses 12LIBRARIES = gnunetchat gnunetutil ncurses