resumé: add makefile
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user