]> Dogcows Code - chaz/p5-File-KDBX/commitdiff
Add distclean Makefile target
authorCharles McGarvey <ccm@cpan.org>
Thu, 12 May 2022 05:11:19 +0000 (23:11 -0600)
committerCharles McGarvey <ccm@cpan.org>
Thu, 12 May 2022 05:11:19 +0000 (23:11 -0600)
Makefile

index 2a0c7602b4cfee2f5451ba292df3b445ca189f0a..49ebee8f5b30c71b478b2f38685b7b98287339b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,9 @@ cover:
 dist:
        $(DZIL) build
 
+distclean: clean
+       $(RM) -r cover_db
+
 test:
        $(PROVE) -l $(if $(V),-vj1)
 
@@ -36,4 +39,4 @@ smokers:
        |$(PERL) -pe 's/"//g' \
        |build-perl-smokers file-kdbx
 
-.PHONY: all bootstrap clean cover dist smoke smokers test
+.PHONY: all bootstrap clean cover dist distclean smoke smokers test
This page took 0.020924 seconds and 4 git commands to generate.