Aggiunta target clean a Makefile.
This commit is contained in:
parent
a8d4624d87
commit
f1d16a5cf2
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -3,3 +3,8 @@ default: slides.md
|
||||||
|
|
||||||
pdf: slides.md
|
pdf: slides.md
|
||||||
marp --pdf slides.md
|
marp --pdf slides.md
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f slides.html slides.pdf
|
||||||
|
|
||||||
|
PHONY: .clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue