From c0e1c65491f9d6726b16f107c25f2e5787e7e2ec Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 7 May 2020 19:53:51 +0200 Subject: add mock of our logging facility --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6bfef8f..11152b9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC ?= gcc -CFLAGS = -std=c99 -Wall -Werror +CFLAGS = -std=c99 -Wall -Werror -I include 0tDNS : build/0tDNS.o $(CC) $^ -lunbound -o $@ -- cgit v1.2.3