2 Star 3 Fork 5

杰杰/Linux_Gateway-ioT

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
HoweiXue 提交于 2016-05-24 19:56 +08:00 . Linux物联网网关(多线程实现)
#CC=gcc
CC=arm-none-linux-gnueabi-gcc
AFLAGS=-Wall -c -g
LDFLAGS= -lpthread
#LDFLAGS= -lpthread
OBJS=main.o data_global.o pthread_transfer.o pthread_client_send.o link_list.o
run:$(OBJS)
$(CC) -o $@ $^ $(LDFLAGS)
$(OBJS):%.o:%.c
$(CC) $(AFLAGS) $< -o $@
.PHONY:clean
clean:
rm *.o run #warehouse.db
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiejietop/Linux_Gateway-ioT.git
git@gitee.com:jiejietop/Linux_Gateway-ioT.git
jiejietop
Linux_Gateway-ioT
Linux_Gateway-ioT
master

搜索帮助