#!/bin/sh

rm -f frisbee_tray

gcc `pkg-config --cflags --libs gtk+-2.0` network_tray.c -o frisbee_tray

strip --strip-unneeded frisbee_tray

