
all:
	gcc -Wall -Wpedantic -std=c99 main.c -g -o main -pthread
