Files
MX_Pmodule/Compiler/flair/build
T

10 lines
117 B
Python
Executable File

#!/usr/bin/env modbuild
pbuild::compile() {
make
}
pbuild::install() {
make DESTDIR="${PREFIX}" install
}