X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/22b6dfd4a49224805ef6515c64f74c98bbfe53f6..4ef547bb8982578f4e4d04a78d877221e9c51321:/Makefile diff --git a/Makefile b/Makefile index 0328866..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 @@ -30,5 +35,5 @@ clean: lib/countries.xml: curl -s -o $@ http://api.geonames.org/countryInfo?username=demo -origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/nominatim.openstreetmap.yml - bin/mkcountries bandwidth/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml +origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml requests/nominatim.openstreetmap.yml + bin/mkcountries requests/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml