From: Charles McGarvey Date: Thu, 12 May 2022 05:11:19 +0000 (-0600) Subject: Add distclean Makefile target X-Git-Tag: v0.904~3 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=commitdiff_plain;h=1cb0bf6303ca36b5d7e907ee6801c765053c3ab2;hp=e005d4a1bcba38408e2f8bef5b44e23e284f01bb Add distclean Makefile target --- 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