From 6ffd7accf10205f308d6e5c6d070eda0b20b04b8 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Fri, 30 Apr 2010 14:59:16 +0200 Subject: Minimalistic presentation for important tools --- linux-basics/important-tools/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-basics/important-tools/Makefile (limited to 'linux-basics/important-tools/Makefile') diff --git a/linux-basics/important-tools/Makefile b/linux-basics/important-tools/Makefile new file mode 100644 index 0000000..d949d00 --- /dev/null +++ b/linux-basics/important-tools/Makefile @@ -0,0 +1,9 @@ +all: + pdflatex pres_important_tools_de.tex + pdflatex hints_important_tools_de.tex + pdflatex handout_important_tools_de.tex + pdflatex handout_important_tools_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3