#!/bin/sh

# Well, we suppose that native compilation is supported

make -C ./source -s opt
mv ./source/robot.opt ./runme
