cgmath/bench/Makefile

12 lines
143 B
Makefile
Raw Normal View History

2014-08-11 06:28:50 +00:00
all: bench
bench: *.rs ../src/*.rs
(cd .. && cargo build)
rustc -L ../target --test bench.rs
run: bench
./bench --bench
clean:
rm bench