#!/bin/bash
# Hubo library demo build script

Demo=MD17177

rm *.out
echo Building demo $Demo.out for Raspberry Pi.
g++ $Demo.cpp -L../ -lhubo -lpthread -lrt -o $Demo.out
