Allan_FFT: Allan_Matrix_Test.c
	gcc -o Allan_Matrix_Test Allan_Matrix_Test.c
	
clean: 
	rm -f Allan_Matrix_Test
