This repository has been archived on 2024-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
gepetto/buildall.sh

6 lines
69 B
Bash

#!/bin/bash
test -d build/ || mkdir -p build
# GepVM
gepvm/build.sh