From: Ralph Ronnquist Date: Mon, 17 Feb 2025 02:59:34 +0000 (+1100) Subject: Improving the "clean" target X-Git-Tag: 0.1~9 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=af543426539020af8c50260fff88df9990c36794;p=rrq%2Fnfblocker.git Improving the "clean" target --- diff --git a/Makefile b/Makefile index 9428b3d..fc660ad 100644 --- a/Makefile +++ b/Makefile @@ -45,5 +45,6 @@ $(SBINDIR)/% $(BINDIR)/% $(ETCDIR)/% $(MAN5DIR)/% $(MAN8DIR)/%: % install: $(INSTALLTARGETS) +GEN = nfblocker nfblocker.5 nfblocker.8 nfblockerctl.8 clean: - rm -f nfblocker + rm -f $(GEN)