diff options
| author | Jan Altenberg <jan@linutronix.de> | 2010-10-08 18:24:20 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2010-10-08 18:24:20 +0200 |
| commit | 80432a0d5d17e5091a226ca27c9b0b18ee83336f (patch) | |
| tree | 41d1ba8bc57c3b685620072cbaf39015bf80b6ec /realtime/rt-app-basics/Makefile | |
| parent | ad6f044415a9563ba4969957f673c73209ce9e1b (diff) | |
RT application design.
Diffstat (limited to 'realtime/rt-app-basics/Makefile')
| -rw-r--r-- | realtime/rt-app-basics/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/realtime/rt-app-basics/Makefile b/realtime/rt-app-basics/Makefile new file mode 100644 index 0000000..c525117 --- /dev/null +++ b/realtime/rt-app-basics/Makefile @@ -0,0 +1,10 @@ +all: + pdflatex pres_rt-app-basics_de.tex + pdflatex pres_rt-app-basics_en.tex + pdflatex hints_rt-app-basics_de.tex + pdflatex handout_rt-app-basics_de.tex + pdflatex handout_rt-app-basics_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
