rndc gives textual and exit-code feedback, use it
[zonemaker.git] / Makefile.sample
1 all: db.example.com
2
3 db.example.com: db.example.com.py
4         @sudo -u user ~user/zonemaker/zone-maker $< > $@ || rm -f $@
5         @cat $@
6         @echo
7         @rndc reload example.com || rm -f $@