#!/bin/bash

gcc -O3 -march=amdfam10 -fPIC -Wall -c LinBot.c
gcc -shared -fPIC -o liblinbot.so LinBot.o
