]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - Makefile
Add distclean Makefile target
[chaz/p5-File-KDBX] / 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.0172 seconds and 4 git commands to generate.