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
|
||
|
|
|