summaryrefslogtreecommitdiff
path: root/linux-basics/networking/Makefile
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2011-01-24 16:49:13 +0100
committerJan Altenberg <jan@linutronix.de>2011-01-24 16:49:13 +0100
commit115bace1e4e376c602ac27c9eff699ef68e9be90 (patch)
treecbf8e6d40ce2eebc2e808aa98ace9c11f342daa5 /linux-basics/networking/Makefile
parentc946fbbf09fcd7dd6f49537bef5e6cf4dc530a8c (diff)
Started networking chapter.
Currently just some random networking commands.
Diffstat (limited to 'linux-basics/networking/Makefile')
-rw-r--r--linux-basics/networking/Makefile9
1 files changed, 9 insertions, 0 deletions
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
+