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

all :
	@echo Do something with $(VERSION)
