resumé: add makefile
This commit is contained in:
parent
6fb0bbebbd
commit
474d75f42d
1 changed files with 6 additions and 0 deletions
6
resumé/Makefile
Normal file
6
resumé/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
data := $(wildcard _data/**/*.yml)
|
||||
|
||||
all: all.pdf fr.pdf en.pdf
|
||||
|
||||
%.pdf: %.typ main.typ $(data)
|
||||
typst compile $*.typ
|
||||
Loading…
Add table
Add a link
Reference in a new issue