diff options
| author | Hans J. Koch <hjk@linutronix.de> | 2009-06-19 21:21:02 +0200 |
|---|---|---|
| committer | Hans J. Koch <hjk@linutronix.de> | 2009-06-19 21:21:02 +0200 |
| commit | 658ebb0590425e4d5a245292b30df4a58a7dbacb (patch) | |
| tree | d67af8e0626e1de9bd11379f7cf28713e4a3ceb9 /linux-basics/sh-programming/Makefile | |
| parent | 70f1e16d1f2994ef3c055fa914495f49f1b47700 (diff) | |
Added linux-basics/sh-programming
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 + |
