From a817312787f50985eeb4e980d7ed524a975e4709 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Wed, 1 Dec 2010 11:58:44 +0100 Subject: Basic introduction to socketcan / can-utils --- protocols/socketcan/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 protocols/socketcan/Makefile (limited to 'protocols/socketcan/Makefile') 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 + -- cgit v1.2.3