SOP = rsop

all: sopass.html check

sopass.html: sopass.subplot sopass.yaml sopass.md
	subplot docgen sopass.subplot -o sopass.html

check:
	cargo clippy --all-targets -- -Dwarnings
	cargo build --all-targets
	rm -f test.py test.log
	subplot codegen sopass.subplot -o test.py
	SOPASS_LOG=trace python3 test.py --log test.log
	rm -f test.py test.log
