qmcpack/build.sh

3 lines
44 B
Bash
Executable File

#!/bin/bash
cd build; cmake ..; make; cd ..