Skip to content
Snippets Groups Projects
Commit fbbaa95b authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: base project has a makefile now

parent a9ecce96
No related branches found
No related tags found
1 merge request!21Paulmc master patch 03400
Pipeline #9493 canceled
#!/usr/bin/env bash
cp -r * $PREFIX
mkdir -p $PREFIX/data
mkdir -p $PREFIX/etc/fsl/python
export FSLDIR=$PREFIX
export FSLDEVDIR=$PREFIX
mkdir -p $PREFIX/src/
cp -r $(pwd) $PREFIX/src/$PKG_NAME
make
make install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment