all: remote_client

remote_client: main.c remote_client.c remote_client.h
	gcc -o remote_client main.c remote_client.c -g -Wall
