all:
	cargo build --all

test:
	tests/run_tests.lua

benchmark:
	tests/run_benchmarks.lua
