Files
wiringPi/pins/Makefile
charles.park f49f37444f wiringPi : ODROID Board Pin tex file add.
Change-Id: I7f65d4e6edb19ad9721d32bb2761835e0b16ac75
2017-12-06 18:48:27 +09:00

24 lines
288 B
Makefile
Executable File

ifneq ($V,1)
Q ?= @
endif
SRC = pins.tex \
odroid_xu3.tex \
odroid_c1.tex \
odroid_c2.tex \
odroid_n1.tex
DVI = $(SRC:.tex=.dvi)
all: $(DVI)
$Q echo Generating DVI
.tex.dvi:
$Q latex $< $@
$Q dvipdf $@
.PHONY: clean
clean:
$Q rm -f *.dvi *.aux *.log *.ps *.toc *.bak *~