Added option for incremental compilation.

This commit is contained in:
orca 2024-01-17 02:12:15 +01:00
parent 7b33154ba3
commit 56320264af
Signed by: orca
GPG Key ID: 6923B8DFED96A68A
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@ view: build
clean:
@rm -f $(shell find . -iname "*.pdf")
watch:
@typst w $(SOURCE) $(TARGET) &> /dev/null
.PHONY: build view clean