all: squeeze_program.c bearing_program.c cc -O3 -Wall -o run-squeeze squeeze_program.c -lm cc -O3 -Wall -o run-bearing bearing_program.c -lm