
all:
	./run

clean:
	rm -rf col0.* wordcount_minimal.zip wordcount_full.zip result.txt
