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

Demo=GPIOInputOutput

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