circuit: circuit.c
	$(CC) -o circuit `gtk-config --libs --cflags` circuit.c
