X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=Makefile;fp=Makefile;h=49ebee8f5b30c71b478b2f38685b7b98287339b4;hp=2a0c7602b4cfee2f5451ba292df3b445ca189f0a;hb=1cb0bf6303ca36b5d7e907ee6801c765053c3ab2;hpb=e005d4a1bcba38408e2f8bef5b44e23e284f01bb 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