irena-arm/bgot/Makefile
stephan ecae99163b arm BGOT: new project
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/arm@6547 bc5caf13-1734-44f8-af43-603852e9ee25
2018-01-31 16:23:53 +00:00

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