Skip to content
Snippets Groups Projects
Commit 7d12ae61 authored by Federico Lolli's avatar Federico Lolli
Browse files

updated justfile

parent 43fa8560
No related branches found
No related tags found
No related merge requests found
alias br := build-release alias br := build-release
alias bd := build-debug alias bd := build-debug
alias c := clean
alias d := docs alias d := docs
source := 'docs/documentation.typ' source := 'docs/documentation.typ'
...@@ -22,6 +21,8 @@ build-debug: ...@@ -22,6 +21,8 @@ build-debug:
clean: clean:
cargo clean cargo clean
rm serialbridge.mexmaci64 rm serialbridge.mexmaci64
rm functions.pdf
rm documentation.pdf
docs: docs:
typst watch {{source}} {{dest}} --open typst watch {{source}} {{dest}} --open
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment