Haytham_HW_09: Haytham_HW_09.c Header.h
	gcc -lm -o Haytham_HW_09 Haytham_HW_09.c cordic.c maclaurinPoly.c
clean:
	rm -f Haytham_HW_09 *~ out
