Allan_HW_4: Allan_HW_4.c header.h
	gcc -lm -o Allan_HW_4 Allan_HW_4.c
	
clean:
	rm -f Allan_HW_4
	rm -f *~
	rm -f Out
