note speedy compiles

This commit is contained in:
Malin Freeborn 2024-12-09 01:39:47 +01:00
parent e98d4ffbac
commit b191a9e5d4
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -12,7 +12,7 @@ $(pdfs): %.pdf: %.md
pandoc -t beamer -V theme:Warsaw -i $< -o $@
.PHONY: show
show: $(pdfs) ## Generate all pdfs
show: $(pdfs) ## Generate all pdfs (try `make -j 4 pdfs`)
.PHONY: clean
clean: ## Delete all pdfs