#!/bin/bash
gcc -std=c99 -Wall -O3 -o afxmit afxmit.c -lm -lspeex -lportaudio
