#!/bin/sh
gcc -Wall `libnet-config --defines` gps.c services.c `libnet-config --libs` -o gps -lpcap
