
main: main.cpp murmur3.cpp murmur3.h
	c++ -O3 -o main main.cpp murmur3.cpp -std=c++17

clean: 
	rm -f main
	rm -f *.o
