From 07e8a842ecc79b7a35fead88d4533cc5a80ff235 Mon Sep 17 00:00:00 2001 From: liuyihui Date: Thu, 27 Apr 2023 15:08:10 +0800 Subject: [PATCH] fix: fft compile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4bd044..b0c2748 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BUILD_DIR = build # 变量定义 TARGET = firmware -SOURCES = main.c src/*.c +SOURCES = main.c src/*.c src/*/*.c # 编译选项 CFLAGS ?= -W -Wall -Wextra -Werror -Wundef -Wshadow -Wdouble-promotion \