CC=gcc all: server move server: server.c ${CC} -o server server.c -lpthread move: mv server ../c_bin/