aboutsummaryrefslogtreecommitdiffstats
path: root/P1/solutionexe/Makefile
blob: 4a969ac0e7c329a3275695e065f6e133758f9e6c (plain) (blame)
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