14 lines
123 B
Makefile
14 lines
123 B
Makefile
|
|
PNG =
|
|
|
|
%.png:%.dia
|
|
dia -t png $<
|
|
|
|
|
|
all:
|
|
pdflatex software_fmea
|
|
acroread software_fmea.pdf
|
|
|
|
bib:
|
|
bibtex software_fmea
|