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