Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ open:
serve:
cd $(HTML_DIR); python3 -m http.server 8000

doc:
pdflatex -output-directory=src/grvdoc src/grvdoc/master.tex


repl:
dune utop src/grvcore
Expand Down
Loading