Robin_PHD/submission_thesis/CH6_Software_Examples/Makefile

22 lines
228 B
Makefile

#
PNG_DIA =
%.png:%.dia
dia -t png $<
echo " Chapter 5 DIA images generated"
# this is the target used
# to make all images, dia gnuplot etc
#
copy: $(PNG_DIA)
echo "Chapter 6 sub make called"
clean:
rm ${PNG_DIA}