diff options
Diffstat (limited to 'linux-basics/sh-programming/Makefile')
| -rw-r--r-- | linux-basics/sh-programming/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/sh-programming/Makefile b/linux-basics/sh-programming/Makefile new file mode 100644 index 0000000..325aad0 --- /dev/null +++ b/linux-basics/sh-programming/Makefile @@ -0,0 +1,9 @@ +all: + pdflatex pres_sh-programming_de.tex + pdflatex hints_sh-programming_de.tex + pdflatex handout_sh-programming_de.tex + pdflatex handout_sh-programming_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
