mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-22 11:52:40 +01:00
Merge commit '474f163b53d438955dae1a0cc9d7df46344b3950' as 'Code/devterm_wiringpi_cpi'
This commit is contained in:
22
Code/devterm_wiringpi_cpi/pins/Makefile
Normal file
22
Code/devterm_wiringpi_cpi/pins/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
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 *~
|
||||
Reference in New Issue
Block a user