diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,11 +6,13 @@ BINARY = messenger-cli | |||
6 | SOURCES = messenger_cli.c\ | 6 | SOURCES = 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 |
12 | HEADERS = application.h\ | 13 | HEADERS = 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 |