all: main.o main.o: hw1pr1.cpp g++ -std=c++17 -lpthread hw1pr1.cpp -o hw1pr1.o clean: rm -rf *.o