all: div mul cordic div: div.c gcc -o $@ $^ mul: mul.c gcc -o $@ $^ cordic: cordic.c gcc -o $@ $^