1 Star 5 Fork 2

Flying/smartconfig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
CFLAGS = -g -O3 -Wall
CC = gcc
PROG = smartlink mcast_app
all: $(PROG)
LIBS = -lrt
smartlink: cpack.o crc32.o eloop.o iface.o pcap.o smartconfig.o
$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
cpack.o: cpack.h extract.h
crc32.o: crc32.h
eloop.o: eloop.h list.h
iface.o: iface.h
pcap.o: pcap.h crc32.h cpack.h extract.h iface.h
smartconfig.o: eloop.h iface.h pcap.h
mcast_app: mcast.o
$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
clean:
rm -f *.o $(PROG)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mFlying/smartconfig.git
[email protected]:mFlying/smartconfig.git
mFlying
smartconfig
smartconfig
master

搜索帮助