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