Specify proper filename in just recipe
This commit is contained in:
parent
010b9e731a
commit
73fa0f0110
6
justfile
6
justfile
@ -1,10 +1,10 @@
|
||||
default:
|
||||
just --list
|
||||
|
||||
build_resume_typ:
|
||||
~/code/external/typst/target/release/typst resume.typ
|
||||
|
||||
build_resume:
|
||||
~/code/external/typst/target/release/typst resume.typ ./"Greg Shuflin Resume.pdf"
|
||||
|
||||
build_resume_latex:
|
||||
lualatex -jobname "Greg Shuflin resume" resume.tex
|
||||
just clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user