選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
| 123456789 |
- cc = gcc
- 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
- main:
- $(cc) server-monitor.c -o server-monitor $(cflags)
-
- .phony:clean
- clean:
- rm *.o server-monitor -fr
-
|