all: problem mutex problem: problem.c cc -o problem problem.c -lm -lpthread mutex: mutex.c cc -o mutex mutex.c -lm -lpthread