client: main.o
	gcc -o client main.o

main.o: main.c client.h
	gcc -ggdb -c main.c
