.PHONY: all all: exec ./build.sh docs: exec ./build-docs.sh test: check check: exec ./validate.sh # vim: ts=4 noet ai