

ReadSortWrite: ReadSortWrite.cc
	g++ -Wall -g -std=c++17 -o $@ $^

run:
	./ReadSortWrite < cpp_containers.txt

clean:
	rm -f ReadSortWrite
