summaryrefslogtreecommitdiff
path: root/flash-memory/mtd
diff options
context:
space:
mode:
Diffstat (limited to 'flash-memory/mtd')
-rw-r--r--flash-memory/mtd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/flash-memory/mtd/Makefile b/flash-memory/mtd/Makefile
index 92197fe..4663d52 100644
--- a/flash-memory/mtd/Makefile
+++ b/flash-memory/mtd/Makefile
@@ -1,7 +1,8 @@
all:
- pdflatex pres_mtd_de.tex
- pdflatex handout_mtd_de.tex
- pdflatex handout_mtd_de.tex
+ for pdf in `ls -1 *.tex` ; do \
+ pdflatex $$pdf; \
+ pdflatex $$pdf; \
+ done
clean:
rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out