Allan_HW_8: Allan_HW_8.c header.h
#gcc -O3 -o Allan_HW_8 Allan_HW_8.c
	gcc -o Allan_HW_8 Allan_HW_8.c
	
clean:
	rm -f Allan_HW_8
	rm -f *~
