#!/bin/sh

gcc `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0` blinky.c interface.c usage-proc.c util.c -o blinky
strip blinky

