Allan_HW_10: Allan_HW_10.c Cordic.c header.h
	gcc -lm -o Allan_HW_10 Cordic.c Allan_HW_10.c
	
clean: 
	rm -f *~
	rm -f Allan_HW_10
