exec-target 0.2.8

the simple invoke command for test
Documentation

all: readme

readme: README.md

README.md: README.tpl src/lib.rs
	cargo readme > $@

test:
	cargo test -p test-helper

clean:
	cargo clean