reportfreq: reportfreq.cpp
	$(CXX) -O2 -o reportfreq reportfreq.cpp  -std=c++11 -Wall -lm

clean:
	rm -r -f reportfreq
