Robin_PHD/submission_thesis/CH6_Evaluation/Makefile
2013-01-20 17:47:14 +00:00

25 lines
237 B
Makefile

# Makefile to create all graphics file etc
#
# Place all .dia files here as .png targets
#
DIA = components_81_euler.png
doc: $(DIA)
#
#bib:
#
# bibtex HR230003_combined_o2_co_sensor
#
%.png:%.dia
dia -t png $<
copy:
echo $@