diff options
| author | Jan Altenberg <jan@jan-laptop.(none)> | 2010-04-30 14:59:16 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@jan-laptop.(none)> | 2010-04-30 14:59:16 +0200 |
| commit | 6ffd7accf10205f308d6e5c6d070eda0b20b04b8 (patch) | |
| tree | 3ed59e7b28f739611c7e4dc44ba1d82b756938a9 /linux-basics/important-tools/Makefile | |
| parent | 4d0408c9ab9d4ac824cae18581c546de247e9acb (diff) | |
Minimalistic presentation for important tools
Diffstat (limited to 'linux-basics/important-tools/Makefile')
| -rw-r--r-- | linux-basics/important-tools/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |
