UNPKG
wiring-pi-billpeet
Version:
latest (2.2.1)
2.2.1
Bindings to wiringPi
github.com/WiringPi/WiringPi-Node
WiringPi/WiringPi-Node
wiring-pi-billpeet
/
wiringpi
/
pins
/
Makefile
19 lines
(11 loc)
•
211 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SRC = pins.tex
all: ${SRC}
@echo Generating DVI @latex pins.tex
pins.dvi: pins.tex
@latex pins.tex
pdf: pins.dvi
@dvipdf pins.dvi
.PHONY
: clean
clean:
@rm -f *.dvi *.aux *.log *.ps *.toc *.bak *~