From df8cdda6082b7ae8d68c58e3b3e46d4ccbbd34b5 Mon Sep 17 00:00:00 2001 From: Alexey Kovrizhkin Date: Sat, 8 Jul 2023 21:39:43 +0300 Subject: [PATCH] fix: clean removes OBJECTS --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e3f8333..32175f2 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ PGPASSWORD ?= #- ACME zone suffix ACME_DOMAIN ?= -#- This NS for use in SOA -NSERVER ?= +#- This NS hostname for use in all SOA +NSERVER ?= # ------------------------------------------------------------------------------ @@ -97,7 +97,7 @@ config: $(CFG).sample ## Remove .done files clean: - rm -rf *.done + rm -rf $(OBJECTS) # This code handles group header and target comment with one or two lines only ## list Makefile targets