mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-11-09 18:20:02 +00:00
6 lines
145 B
Makefile
6 lines
145 B
Makefile
export GIT_VERSION:=$(shell git describe --tags --always)
|
|
|
|
default:
|
|
|
|
blacklist:
|
|
named-blacklist --config blacklist-config.yaml >named.blacklist
|