From 658ebb0590425e4d5a245292b30df4a58a7dbacb Mon Sep 17 00:00:00 2001 From: "Hans J. Koch" Date: Fri, 19 Jun 2009 21:21:02 +0200 Subject: Added linux-basics/sh-programming --- linux-basics/sh-programming/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-basics/sh-programming/Makefile (limited to 'linux-basics/sh-programming/Makefile') 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 + -- cgit v1.2.3