aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-04-14 12:01:43 -0500
committertlatorre <tlatorre@uchicago.edu>2020-04-14 12:01:43 -0500
commit2a5152b03b6d4027b52e625c3b94a436313373be (patch)
tree137dfc7a1172bb3b7bf47c39dc085f7b5e782c72 /src/Makefile
parenteee7dfa1dd0927af1043a1a3836b7e1aa136946f (diff)
downloadsddm-2a5152b03b6d4027b52e625c3b94a436313373be.tar.gz
sddm-2a5152b03b6d4027b52e625c3b94a436313373be.tar.bz2
sddm-2a5152b03b6d4027b52e625c3b94a436313373be.zip
extend electron range tables up to 1 TeV
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
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)