getting the examples into the build, dns validator needs finished
This commit is contained in:
parent
13fab7e49c
commit
8e7a5cc2d3
3 changed files with 40 additions and 22 deletions
15
examples/Makefile
Normal file
15
examples/Makefile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
OUTPUTS := dns.o \
|
||||
dns
|
||||
|
||||
TOPLEVEL := ../
|
||||
|
||||
include ../common.mk
|
||||
|
||||
|
||||
all: dns
|
||||
|
||||
dns: dns.o
|
||||
$(call hush, "Linking $@") $(CC) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
dns.o: ../src/hammer.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue