all: main.c mqtt.c temperature.c
	$(CC) -lmosquitto -lpthread -li2c main.c mqtt.c temperature.c