From 2a5152b03b6d4027b52e625c3b94a436313373be Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 14 Apr 2020 12:01:43 -0500 Subject: extend electron range tables up to 1 TeV --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index cb701cb..834bdb4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ PREFIX?=$(HOME)/local INSTALL_BIN=$(PREFIX)/bin INSTALL=install -all: test test-vector test-likelihood fit test-charge test-path calculate-csda-range test-time-pdf test-zebra test-find-peaks zdab-cat +all: test test-vector test-likelihood fit test-charge test-path calculate-csda-range test-time-pdf test-zebra test-find-peaks zdab-cat extend-electron-range-table Makefile.dep: -$(CC) -MM *.c > Makefile.dep @@ -40,6 +40,8 @@ calculate-csda-range: calculate-csda-range.o zdab-cat: zdab-cat.o zebra.o pmt.o vector.o misc.o zdab_utils.o pack2b.o db.o dqxx.o dict.o siphash.o release.o dc.o sort.o util.o hdf5_utils.o sno_charge.o +extend-electron-range-table: extend-electron-range-table.o misc.o + install: @mkdir -p $(INSTALL_BIN) $(INSTALL) fit $(INSTALL_BIN) -- cgit