|
||||
File indexing completed on 2025-01-17 09:03:00
0001 #!/bin/bash 0002 # rebuild all modules, in order of dependence 0003 # pass an argument to rebuild everything cleanly 0004 set -e 0005 ./build.sh EDM4eic $* 0006 ./build.sh irt $* 0007 ./build.sh epic $* 0008 source environ.sh 0009 ./build.sh EICrecon $* 0010 ./build.sh reconstruction_benchmarks $*
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |