all:
	g++ -o benchmark benchmark.cpp -L../Obj -lmygsl
	./benchmark

clean:
	rm -f *~ ../Headers/*~  benchmark
