WiringPi/pins/Makefile
2013-05-13 19:43:26 +01:00

19 lines
212 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
.PHONEY: clean
clean:
@rm -f *.dvi *.aux *.log *.ps *.toc *.bak *~