CC = gcc CFLAGS = -g -Wall -pedantic -std=c11 -Wextra -D_XOPEN_SOURCE=700 %.o: %.c $(CC) $(CFLAGS) -c -o $@ $^ -pthread