DevTerm/pins/Makefile
cuu 474f163b53 Squashed 'Code/devterm_wiringpi_cpi/' content from commit f06b33c
git-subtree-dir: Code/devterm_wiringpi_cpi
git-subtree-split: f06b33c66b5ea2befad8f6b39f521a498993cb2c
2021-08-23 15:47:39 +08:00

23 lines
248 B
Makefile

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