all: concurrency concurrency: concurrency.cc Makefile g++ -O2 -Wall -Werror -Wextra -Wconversion -std=c++20 -pthread $< -o $@