server: client.h client.c
	gcc -Wall `pkg-config --cflags --libs gtk+-2.0` -pthread -o client client.c
clean:
	rm -f client
