ProjectClient: ProjectClient.c Project.h
	gcc -o ProjectClient ProjectClient.c 

clean:
	rm -f core
	rm -f ProjectClient 
	rm -f *.bak


