

all:
	g++ -g -O3 --std=c++0x main.cc -o louo -lm

run: all
	#./louo hex00.txt 100
	./louo land.txt 100

grind: all
	valgrind --tool=callgrind ./louo hex00.txt 100
