17 Star 28 Fork 9

枫言风语 / coolwrite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
makefile 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
CFLAGS = -fpermissive
all:hello lc send_serial
hello:track.cpp
gcc `pkg-config --cflags --libs opencv` $(CFLAGS) -o hello track.cpp
#track.o:track.cpp sound.c
# g++ $(CFLAGS) -c track.cpp sound.c -lm
#sound.o:sound.c fft.h
# gcc $(CFLAGS) -c sound.c -lm
lc:sound.c fft.h
gcc -o lc sound.c fft.h -lm
send_serial:send_serial.c linux_serial.h linux_serial.c
gcc `pkg-config --cflags --libs opencv` -o send_serial send_serial.c linux_serial.c -lm
C
1
https://gitee.com/fenglinwansu/coolwrite.git
git@gitee.com:fenglinwansu/coolwrite.git
fenglinwansu
coolwrite
coolwrite
master

搜索帮助