From 2f20883eb807b4c0952c8c1fda28546c6120a339 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 30 Mar 2026 06:39:58 +1100 Subject: fix(bridges): Move stream source to src/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c461f0c..b1d5825 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ SRC = $(shell find src -name "*.c") ifeq ($(USE_HOSTED),1) INCLUDES += -Iinclude/bridges CFLAGS += -DUSE_HOSTED -SRC += $(wildcard include/bridges/*.c) +SRC += $(shell find src/bridges -name "*.c") endif OBJ = $(patsubst %.c,$(OUTDIR)/%.o,$(SRC)) -- cgit v1.2.3