From 0e3746870f02a0695bf551ab84471c5b587a5da8 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 7 Sep 2022 18:37:32 +0100 Subject: [PATCH] Add check to Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index ee2fd7b..44ac73f 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,11 @@ preview: preview_cloudflare preview_cloudflare: sshfp gdns dnscontrol preview +check: check_cloudflare + +check_cloudflare: sshfp gdns + dnscontrol check + update: update_cloudflare update_geodns update_primary: update_cloudflare_primary update_geodns -- 2.39.5