all:
	./build.sh

clean:
	rm -fR _build
	rm -rf _static/example_data.vcz/ancestral_state
	rm -rf notebook-simulation*

