diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-02-07 09:54:33 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-02-07 09:54:33 -0500 |
commit | e65a0a9ccee22af364e02072a6af46da20004d3e (patch) | |
tree | a04996620137a253bc5eef9e6841325c8301c1d3 /gnuplot_eps.mk | |
parent | e34a181767e85f07a89120fde254766ccea9ec9e (diff) | |
download | makefile_templates-e65a0a9ccee22af364e02072a6af46da20004d3e.tar.gz makefile_templates-e65a0a9ccee22af364e02072a6af46da20004d3e.zip |
use of intermediate targets for plotting
Diffstat (limited to 'gnuplot_eps.mk')
-rw-r--r-- | gnuplot_eps.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuplot_eps.mk b/gnuplot_eps.mk index aa7730a..af9b411 100644 --- a/gnuplot_eps.mk +++ b/gnuplot_eps.mk @@ -36,3 +36,4 @@ endif dest_dir_gnuplot: $(INSTALL) -d -m 0755 $(pics_destdir) +.INTERMEDIATE: $(gnuplot_eps_targets) |