note speedy compiles

This commit is contained in:
2024-12-09 01:39:47 +01:00
parent ec2117a0a5
commit a1ea4324d0

View File

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