cc = gcc cflags = -lmosquitto -lpthread -ldl -I /home/xh/share/debug/mqtt/pc/mqtt_install/home/xh/share/debug/mqtt/pc/mqtt_install/include -L /home/xh/share/debug/mqtt/pc/mqtt_install/home/xh/share/debug/mqtt/pc/mqtt_install/lib main: $(cc) server-monitor.c -o server-monitor $(cflags) .phony:clean clean: rm *.o server-monitor -fr