chiark / gitweb /
Added in the SN3218 LED controller IC - as used in the PiGlow
[wiringPi.git] / pins / Makefile
1
2 SRC     =       pins.tex
3
4
5 all:            ${SRC}
6         @echo   Generating DVI
7         @latex  pins.tex
8
9 pins.dvi:       pins.tex
10         @latex  pins.tex
11
12 pdf:    pins.dvi
13         @dvipdf pins.dvi
14
15
16 .PHONEY:        clean
17 clean:
18         @rm -f *.dvi *.aux *.log *.ps *.toc *.bak *~