# convenience makefile for Emacs M-x recompile 

all:
	@export PATH
	RUST_BACKTRACE=1 cargo run --example example
