From 115bace1e4e376c602ac27c9eff699ef68e9be90 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Mon, 24 Jan 2011 16:49:13 +0100 Subject: Started networking chapter. Currently just some random networking commands. --- linux-basics/networking/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-basics/networking/Makefile (limited to 'linux-basics/networking/Makefile') diff --git a/linux-basics/networking/Makefile b/linux-basics/networking/Makefile new file mode 100644 index 0000000..4663d52 --- /dev/null +++ b/linux-basics/networking/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