CFLAGS := -O3 -Wall CC := gcc all: client server clean: rm -f client server