AReaL/Makefile

6 lines
89 B
Makefile

.PHONY: docs
docs:
docker compose down
cd docs && make html
docker compose up --build