diff options
| author | Jan Altenberg <jan@linutronix.de> | 2010-12-01 11:58:44 +0100 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2010-12-01 11:58:44 +0100 |
| commit | a817312787f50985eeb4e980d7ed524a975e4709 (patch) | |
| tree | 45300caae1a13f3375c39ba457d5a4f84b1be915 /protocols/socketcan/Makefile | |
| parent | efa51c6041b97a75b3fb95721977c14f9d25bb6b (diff) | |
Basic introduction to socketcan / can-utils
Diffstat (limited to 'protocols/socketcan/Makefile')
| -rw-r--r-- | protocols/socketcan/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/socketcan/Makefile b/protocols/socketcan/Makefile new file mode 100644 index 0000000..4663d52 --- /dev/null +++ b/protocols/socketcan/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 + |
