Files
MX_Pmodule/Compiler/fluka4/build-endf

15 lines
142 B
Plaintext
Executable File

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