7 lines
108 B
Makefile
7 lines
108 B
Makefile
FILE=IAQ_Wired_Sensor_Datasheet
|
|
|
|
all:
|
|
texi2pdf $(FILE).tex
|
|
rm *aux *log *lof *lot *toc
|
|
mupdf $(FILE).pdf
|