summaryrefslogtreecommitdiff
path: root/xmds2/Nlevels_with_doppler_with_z_4wm
diff options
context:
space:
mode:
Diffstat (limited to 'xmds2/Nlevels_with_doppler_with_z_4wm')
-rw-r--r--xmds2/Nlevels_with_doppler_with_z_4wm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile b/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile
index be62cb8..578f2b0 100644
--- a/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile
+++ b/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile
@@ -22,7 +22,7 @@ all: $(M_FILES)
mv $(patsubst %.xmds,%,$<) $@
%.xsil: %.run
- ./$< --E1o=0 --E3o=0
+ ./$<
%.m: %.xsil
$(XSIL2GRAPHICS) $<
@@ -33,7 +33,6 @@ 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)