2 CFLAGS
= -std
=c99
-Wall
-Werror
-I
include
5 $(CC
) $^
-lunbound
-o
$@
7 build
/0tDNS.o
: src
/0tDNS.c | build
8 gcc
$(CFLAGS
) $^
-c
-o
$@
10 receive_respond
: build
/receive_respond.o
13 build
/receive_respond.o
: src
/receive_respond.c | build
14 gcc
$(CFLAGS
) $^
-c
-o
$@
19 all : 0tDNS receive_respond
22 -rm -r build
0tDNS receive_respond