all: gromit

gromit: gromit.c Makefile
	gcc -o gromit gromit.c -Wall `gtk-config --libs --cflags`
