From 8e7ea6742a94ea62b421d7184e9eab17fb5da934 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 21 Oct 2020 12:29:13 +0000
Subject: [PATCH] Added threading, progress and some comments, nearly done

---
 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index d0e275b..cdddcb0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 CC=gcc
-_OBJ=main.o dns.o servers.o
-_DEPS=dns.h servers.h
+_OBJ=main.o dns.o slist.o
+_DEPS=dns.h servers.h slist.h
 IDIR=include
-CFLAGS=-I$(IDIR) -Wall -g
+CFLAGS=-I$(IDIR) -Wall -g -lpthread
 ODIR=obj
 SRCDIR=src
 

--
Gitblit v1.10.0