CC := gcc
CFLAGS := -std=c99 -Wall -Wextra -Wpedantic
CPPFLAGS := -D_DEFAULT_SOURCE -D_POSIX_SOURCE
LDFLAGS := -lpthread

server:
