#!/bin/bash
gcc -Wall -g `pkg-config --cflags --libs clutter-0.9` findmembug.c -o findmembug
