chiark / gitweb /
Makefile: Include local makefile fragment, e.g., to deploy the zones.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 1 Jul 2016 22:53:18 +0000 (23:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 1 Jul 2016 22:53:18 +0000 (23:53 +0100)
Makefile

index 9e4d709431782305824f89783cab3f5a7d58d1e9..81e97d470ed83b922be186e4364932689e416b9e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -89,3 +89,5 @@ all: $(TARGETS)
 clean::; rm -f $(CLEAN)
 realclean:: clean; rm -f $(REALCLEAN)
 .PHONY: clean realclean
+
+-include local.mk