2 # This is not a Perl distribution, but it can build one using Dist::Zilla.
13 $(CPANM) $(CPANM_FLAGS) -n Dist::Zilla
14 $(DZIL) authordeps --missing |$(CPANM) $(CPANM_FLAGS) -n
15 $(DZIL) listdeps --develop --missing |$(CPANM) $(CPANM_FLAGS) -n
27 rm -rf .build cover_db fatlib
30 $(PROVE) -l$(if $(findstring 1,$(V)),v) t
32 .PHONY: all bootstrap clean cover dist distclean test