tictactoe_server tictactoe_client : tictactoe_server.c tictactoe_client.c
	gcc tictactoe_server.c -o tictactoe_server
	gcc tictactoe_client.c -o tictactoe_client
