fix: clean removes OBJECTS

This commit is contained in:
Alexey Kovrizhkin
2023-07-08 21:39:43 +03:00
parent f937028c2b
commit df8cdda608

View File

@@ -26,8 +26,8 @@ PGPASSWORD ?=
#- ACME zone suffix #- ACME zone suffix
ACME_DOMAIN ?= ACME_DOMAIN ?=
#- This NS for use in SOA #- This NS hostname for use in all SOA
NSERVER ?= NSERVER ?=
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@@ -97,7 +97,7 @@ config: $(CFG).sample
## Remove .done files ## Remove .done files
clean: clean:
rm -rf *.done rm -rf $(OBJECTS)
# This code handles group header and target comment with one or two lines only # This code handles group header and target comment with one or two lines only
## list Makefile targets ## list Makefile targets