diff options
Diffstat (limited to 'xmds2')
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile b/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile index 578f2b0..2e90c33 100644 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile @@ -33,6 +33,7 @@ plot: $(M_FILES) clean: rm -f $(CC_FILES) $(RUN_FILES) $(M_FILES) $(XSIL_FILES) *.wisdom.fftw3 *.dat octave-core *.wisdom *.pdf rm -f $(png_targets) + rm -f $(eps_targets) eps_targets = $(wildcard *.eps) pdf_targets = $(eps_targets:%.eps=%.pdf) |