packages feed

tomlcheck-0.1.0.40: Makefile

.PHONY: bench install

bench:
	bench "tomlcheck --file data/sample.toml"

install:
	cabal new-install exe:tomlcheck --overwrite-policy=always
	cp tomlcheck.usage ~/.compleat