summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-12-07 14:21:50 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2011-12-07 14:21:50 -0500
commit3a2b2351cbeed3a9f74aa01fab592a9404a96a68 (patch)
tree7e80769630a0b4534a81e4dd68fed564de394f31
parentbd47477b43f6e5b2fd0b4d89b9933e5d8b26c342 (diff)
downloadNresonances-3a2b2351cbeed3a9f74aa01fab592a9404a96a68.tar.gz
Nresonances-3a2b2351cbeed3a9f74aa01fab592a9404a96a68.zip
Makefile to be the same as in Nlevels_no_dopler_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)