You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789
  1. cc = gcc
  2. cflags = -Wall -lmosquitto -lpthread -ldl -I /root/x86/mqtt_install/root/x86/mqtt_install/include -L /root/x86/mqtt_install/root/x86/mqtt_install/lib
  3. main:
  4. $(cc) server-monitor.c -o server-monitor $(cflags)
  5. .phony:clean
  6. clean:
  7. rm *.o server-monitor -fr