some cleaning
This commit is contained in:
12
doc/eole-report/presentation/Makefile
Normal file
12
doc/eole-report/presentation/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
SRC=$(wildcard *.tex)
|
||||
OBJ=$(subst .tex,.pdf,$(SRC))
|
||||
|
||||
pdf: $(OBJ)
|
||||
|
||||
%.pdf: %.tex
|
||||
pdflatex $<
|
||||
|
||||
clean:
|
||||
rm -f $(OBJ)
|
||||
rm -f *.aux *.log *.toc *.snm *.out *.nav
|
||||
|
Reference in New Issue
Block a user