1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-02-24 22:23:03 +01:00
youjo-fe/docs/Makefile
2022-07-15 11:07:43 +01:00

7 lines
84 B
Makefile

all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf site