X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile;h=5b17a04cb131d96f7cb20eee3152f86f0fe71bca;hb=c7e14d334a59423ea584fb0206a09bb4a74509a8;hp=1df821f815588749605932ff4ff8f9ceb8b2a508;hpb=67e86f990f2556f12465052911eb7b96a03b8dcc;p=chaz%2Fgit-codeowners diff --git a/Makefile b/Makefile index 1df821f..5b17a04 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ dist: $(DZIL) build distclean: clean - rm -rf cover_db + rm -rf .build cover_db fatlib git-codeowners run: $(PERL) -Ilib bin/git-codeowners $(GIT_CODEOWNERS_FLAGS) @@ -39,5 +39,5 @@ run: test: $(PROVE) -l$(if $(findstring 1,$(V)),v) t -.PHONY: all bootstrap clean cover debug dist distclean run test +.PHONY: all bootstrap check clean cover debug dist distclean run test