Completamento prima stesura slides.
This commit is contained in:
parent
a94c949aef
commit
06a2e2b1c8
3 changed files with 1147 additions and 16 deletions
16
Makefile
16
Makefile
|
@ -1,10 +1,14 @@
|
|||
default: slides.md
|
||||
marp slides.md
|
||||
default: slides.html
|
||||
|
||||
pdf: slides.md
|
||||
marp --pdf slides.md
|
||||
pdf: slides.pdf
|
||||
|
||||
clean:
|
||||
distclean:
|
||||
rm -f slides.html slides.pdf
|
||||
|
||||
PHONY: .clean
|
||||
%.html: %.md
|
||||
marp --allow-local-files -o $@ $<
|
||||
|
||||
%.pdf: %.md
|
||||
marp --allow-local-files --pdf -o $@ $<
|
||||
|
||||
.PHONY: distclean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue