WiringPi/pins/Makefile
Gordon Henderson 0a9fdeb29d Minor changes to the PiGlow code - got the orange & yellow the right way
round at last..

Updated for the 0x0012 board revision on the new A+
2014-11-10 10:55:23 +00:00

19 lines
211 B
Makefile

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 *~