From 83a419bf1559fb4742e3155dab4c1fab3a0dc128 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Mon, 11 May 2020 14:43:54 +0200 Subject: make helper program able to ask DNS at address provided on the command line --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ccd3186..89c14f8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CFLAGS = -std=c99 -Wall -Werror -I include build/%.o : src/%.c | build gcc $(CFLAGS) $^ -c -o $@ -ask_localhost : build/ask_localhost.o +ask_resolver : build/ask_resolver.o $(CC) $^ -lunbound -o $@ build : @@ -16,6 +16,6 @@ build : all : 0tDNS receive_respond clean : - -rm -r build 0tDNS ask_localhost + -rm -r build 0tDNS ask_resolver .PHONY : clean -- cgit v1.2.3