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