Raw File
#!/bin/bash

## copy binary to bin
cp $SRC_DIR/CLUMPP $PREFIX/bin/CLUMPP
back to top