diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-11 11:58:16 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-11 11:58:16 +0000 |
commit | 26acde3cfeae99f74a99211258cfd9c95fb3756b (patch) | |
tree | e4e0b130dd546079435d9f8d7601b0454884f975 /Makefile | |
parent | 840e5c8abc8b162334d82eb157931f46fb3c83a5 (diff) | |
download | dns-26acde3cfeae99f74a99211258cfd9c95fb3756b.tar.xz |
Add makefile with reload target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..510d342 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: reload + +reload: + rndc reload |