From 00e936a737b749d176371d0861b1d403b37d2cba Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 17 Oct 2010 19:10:04 +0200 Subject: add missing makefiles Signed-off-by: Manuel Traut --- linux-basics/linux-processes/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-basics/linux-processes/Makefile (limited to 'linux-basics/linux-processes/Makefile') diff --git a/linux-basics/linux-processes/Makefile b/linux-basics/linux-processes/Makefile new file mode 100644 index 0000000..4663d52 --- /dev/null +++ b/linux-basics/linux-processes/Makefile @@ -0,0 +1,9 @@ +all: + for pdf in `ls -1 *.tex` ; do \ + pdflatex $$pdf; \ + pdflatex $$pdf; \ + done + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3