set up project structure
This commit is contained in:
parent
33a8fda1bb
commit
7a41ba87b6
71 changed files with 1293 additions and 91 deletions
17
Makefile
Normal file
17
Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
b15f:
|
||||
cargo build
|
||||
|
||||
test:
|
||||
cargo test
|
||||
|
||||
bench:
|
||||
cargo bench
|
||||
|
||||
doc:
|
||||
cargo doc
|
||||
rm -rf doc
|
||||
cp -r target/doc .
|
||||
|
||||
all: b15f test
|
||||
|
||||
.PHONY: all
|
Loading…
Add table
Add a link
Reference in a new issue