exec-target 0.2.3

the simple invoke command for test
Documentation
1
2
3
4
5
6
7
8
9
10
11

all: README.md

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

test:
	cargo test -p test-helper

clean:
	cargo clean