CC=gcc
LDLIBS=`gnome-config --libs gnomeui` 
CFLAGS=-Wall -g `gnome-config --cflags gnomeui`

boxbox: boxbox.o

clean:
	rm -f simpleline
	rm -f *.o
