kyle_hw9: main.c cordic.c maclaurin.c shared.h
	gcc -o $@ $< cordic.c maclaurin.c shared.h -lm

clean:
	rm -f kyle_hw9
