# Makefile for non-dist-zilla (or probably non-perl-dist) projects

VERSION = $(shell perl -MGit::DescribeVersion::App -e run)

all :
	@echo Do something with $(VERSION)
