Files
MX_Pmodule/Compiler/fluka4/build-flair

16 lines
171 B
Plaintext
Executable File

#!/usr/bin/env modbuild
pbuild::pre_prep(){
SRC_DIR="${PREFIX}/flair"
BUILD_DIR="${PREFIX}/flair"
}
pbuild::compile(){
make -j "${JOBS}"
}
pbuild::install() {
:
}