all: cc -c gettemp.c -o gettemp.o cc -c thermometer.c -o thermometer.o cc thermometer.o gettemp.o -o gettemp