mirror of
git://projects.qi-hardware.com/m1.git
synced 2024-11-16 14:04:04 +02:00
11 lines
195 B
Makefile
11 lines
195 B
Makefile
|
|
# if leaflet.cls is missing, in Debian try apt-get install texlive-latex-extra
|
|
|
|
edk_leaflet.pdf: edk_leaflet.tex
|
|
pdflatex $^
|
|
|
|
clean:
|
|
rm edk_leaflet.pdf
|
|
rm edk_leaflet.log
|
|
rm edk_leaflet.aux
|