diff options
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 + |
