mirror of https://github.com/c3d2/slidenado/
Add ‘clean‘ rule to Makefile
parent
016902b629
commit
b14eaa7d09
8
Makefile
8
Makefile
|
@ -2,6 +2,14 @@ PRESENTATIONS=$(patsubst %.tex, %.pdf, $(wildcard presentations/*.tex))
|
|||
|
||||
all: ${PRESENTATIONS}
|
||||
|
||||
clean:
|
||||
rm -f presentations/*.log
|
||||
rm -f presentations/*.out
|
||||
rm -f presentations/*.nav
|
||||
rm -f presentations/*.aux
|
||||
rm -f presentations/*.snm
|
||||
rm -f presentations/*.toc
|
||||
|
||||
.ONESHELL:
|
||||
presentations/%.pdf : presentations/%.tex
|
||||
cd presentations
|
||||
|
|
Loading…
Reference in New Issue