all: gcc -std=c99 -pthread program.c -o program gcc -std=c99 -pthread solution.c -o solution clean: rm -f program rm -f solution