mirror of
https://github.com/miekg/dns.git
synced 2025-08-21 00:41:01 +02:00
16 lines
188 B
Makefile
16 lines
188 B
Makefile
EXAMPLES=mx \
|
|
chaos \
|
|
key2ds \
|
|
axfr \
|
|
reflect \
|
|
q \
|
|
qperf \
|
|
funkensturm \
|
|
|
|
|
|
all:
|
|
for i in $(EXAMPLES); do gomake -C $$i; done
|
|
|
|
clean:
|
|
for i in $(EXAMPLES); do gomake -C $$i clean; done
|