forked from Stephan/irena-arm
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/arm@6547 bc5caf13-1734-44f8-af43-603852e9ee25
13 lines
148 B
Makefile
13 lines
148 B
Makefile
|
|
%.EI: %.dat
|
|
./irenafile <$< >$@
|
|
|
|
mV=1000
|
|
resV=0.5
|
|
maxV=3500
|
|
|
|
%.hist: %.EI
|
|
./irenahist.awk resV=$(resV) maxV=$(maxV) $< >$@
|
|
|
|
.PRECIOUS: %.E %.ES
|
|
|