note speedy compiles
This commit is contained in:
parent
e98d4ffbac
commit
b191a9e5d4
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user