From 9b89c02396a757ca649a41c1400507dfcec55b69 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Thu, 18 Jun 2009 19:30:05 +0200 Subject: Initial import rt-basic contents. --- realtime/rt-basics/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 realtime/rt-basics/Makefile (limited to 'realtime/rt-basics/Makefile') diff --git a/realtime/rt-basics/Makefile b/realtime/rt-basics/Makefile new file mode 100644 index 0000000..c8baf33 --- /dev/null +++ b/realtime/rt-basics/Makefile @@ -0,0 +1,9 @@ +all: + pdflatex pres_rt-basics_de.tex + pdflatex hints_rt-basics_de.tex + pdflatex handout_rt-basics_de.tex + pdflatex handout_rt-basics_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3