build-docs:
	doxygen Doxyfile

docs: build-docs
	python -m http.server -d docs/html
