1 2 3 4 5 6 7 8 9 10
.PHONY: run run: chmod +x mapreduce chmod +x mapper chmod +x reducer ./mapreduce 5 2 test/T1/F1.txt clean: rm -rf output