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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index c67c988..cdddcb0 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ _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