dns/_examples/Makefile
Miek Gieben fc8e6345af Fix examples and add notify prog
Show how simple a dns-notify becomes.
2011-01-08 13:46:51 +01:00

18 lines
294 B
Makefile

all:
gomake -C mx
gomake -C q
gomake -C chaos
gomake -C dnssectest
gomake -C axfr
gomake -C notify
gomake -C zlutser
clean:
gomake -C mx clean
gomake -C q clean
gomake -C chaos clean
gomake -C dnssectest clean
gomake -C axfr clean
gomake -C notify clean
gomake -C zlutser clean