#!/bin/bash

EYEBOT_INCLUDES=../robios

g++ -fPIC -shared -I$EYEBOT_INCLUDES $*
