Changed root directory.

This commit is contained in:
orca 2024-01-21 13:51:52 +01:00
parent 4c26bc9c82
commit 22bdb9cb19
Signed by: orca
GPG Key ID: 6923B8DFED96A68A
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ TARGET := ./main.pdf
SOURCE := ./source/user/main.typ
EXAMPLE := ./source/example.typ
PDF_VIEWER := zathura
TYPST_FLAGS := --root .
TYPST_FLAGS := --root ./source
build: $(SOURCE)
@typst c $(TYPST_FLAGS) $< $(TARGET)