fix: clean removes OBJECTS
This commit is contained in:
4
Makefile
4
Makefile
@@ -26,7 +26,7 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user