From dc4a93b34ab91ee67dde95fe8c251009db51c5c9 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 21 Oct 2020 13:35:09 +0000
Subject: [PATCH] Added GPLv3 license

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

diff --git a/Makefile b/Makefile
index 582a31d..548e7b4 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 -lpthread
+CFLAGS=-Wall -g -lpthread
 ODIR=obj
 SRCDIR=src
 

--
Gitblit v1.10.0