From 63e8c7f9d095fe0b1e0b44f950230c0e238f166d Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 10 Mar 2019 23:45:19 +0530 Subject: Add config and log --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3