Executable = Test
Test: Main.c
	gcc -lgsl -lm -lgslcblas -o $(Executable) Main.c 
