mxrun 0.3.1

Run one build entry across local and remote machines in parallel
1
2
3
4
5
6
#include <stdio.h>

int main(void) {
    puts("hello from mxrun");
    return 0;
}