diff options
| author | Jan Altenberg <jan@linutronix.de> | 2011-01-24 16:49:13 +0100 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2011-01-24 16:49:13 +0100 |
| commit | 115bace1e4e376c602ac27c9eff699ef68e9be90 (patch) | |
| tree | cbf8e6d40ce2eebc2e808aa98ace9c11f342daa5 /linux-basics/networking/Makefile | |
| parent | c946fbbf09fcd7dd6f49537bef5e6cf4dc530a8c (diff) | |
Started networking chapter.
Currently just some random networking commands.
Diffstat (limited to 'linux-basics/networking/Makefile')
| -rw-r--r-- | linux-basics/networking/Makefile | 9 |
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 + |
