bandwidth: bandwidth.cpp
	c++  -O2 -o bandwidth bandwidth.cpp -Wall -Wextra -pedantic -std=c++17 -lpthread

clean:
	rm -f bandwidth