summaryrefslogtreecommitdiffstats
path: root/build/make.sh
blob: 9888f1eac91b444181aec786dfe89c76c263ebb0 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

# call cmake with right folder
cmake ../vmchooser/

# call GNU make
make