X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile;h=49ebee8f5b30c71b478b2f38685b7b98287339b4;hb=8e03ecf8069596b2a3bf7c21a6d72860b06986ff;hp=2a0c7602b4cfee2f5451ba292df3b445ca189f0a;hpb=f63182fc62b25269b1c38588dca2b3535ed1a1a2;p=chaz%2Fp5-File-KDBX diff --git a/Makefile b/Makefile index 2a0c760..49ebee8 100644 --- 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