coredns-deployment/Makefile
Miek Gieben 190c36e4f1
Debian improvements (#45)
* Copy man-pages from source - add corefile.5

* Dont redownload every time
2018-01-11 09:42:24 +00:00

17 lines
296 B
Makefile

# Makefile for building packages for CoreDNS.
# ARCH can be and default to amd64 is not set.
# ARCH := amd64 armhf arm64
ifeq ($(ARCH),)
ARCH:=amd64
endif
.PHONY: debian
debian:
for a in $(ARCH); do \
dpkg-buildpackage -us -uc -b --target-arch $$aa ;\
done
debian-clean:
rm *.tgz