summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-03-10 23:45:19 +0530
committerDandelion <nirav@teisuu.com>2019-03-11 23:05:22 +0530
commit63e8c7f9d095fe0b1e0b44f950230c0e238f166d (patch)
tree01e0211f4fdede1eccda010fc944b3a0180a9632 /Makefile
parent7e8ea36eb8106b4847af13a27a3e8f3177d25809 (diff)
downloadap_client-63e8c7f9d095fe0b1e0b44f950230c0e238f166d.tar.gz
ap_client-63e8c7f9d095fe0b1e0b44f950230c0e238f166d.zip
Add config and log
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b84c4a..d214f26 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,9 @@ OBJECTS=$(OUTDIR)/main.o \
$(OUTDIR)/timeline.o \
$(OUTDIR)/auth.o \
$(OUTDIR)/login_window.o \
- $(OUTDIR)/timeline_window.o
+ $(OUTDIR)/timeline_window.o \
+ $(OUTDIR)/config.o \
+ $(OUTDIR)/log.o
all: ap_client