Merge pull request 'fix flaky test_user_relationship_test.exs:81' (#240) from ilja...
[akkoma] / Makefile
1 all: install
2 pipenv run mkdocs build
3
4 install:
5 pipenv install
6 clean:
7 rm -rf docs