diff options
| author | Jan Altenberg <jan@homerjsimpson.(none)> | 2009-06-20 00:34:32 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@homerjsimpson.(none)> | 2009-06-20 00:34:32 +0200 |
| commit | 2b5118d49320266d6fb0c6fb7ea5373994eb89b4 (patch) | |
| tree | 75d6645ee4dfeb219d7d53c8d396f08cc13357d0 /linux-basics/sh-programming/Makefile | |
| parent | 088976ed259b779438aad64b0997b6bdde5169d4 (diff) | |
| parent | 658ebb0590425e4d5a245292b30df4a58a7dbacb (diff) | |
Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulung
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 + |
