From 4c90ea3506caad5b1469335ddb7716303ddf4f1d Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Fri, 2 Jan 2026 02:45:44 +1100 Subject: [PATCH] misc(Makefile): add other crates as source Otherwise it would say there is nothing to do and `touch src && make` would be required to trigger a rebuild. Signed-off-by: Anhad Singh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a52e280493..d6bd19b79f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ HEADERS_DEPS=$(shell find src/header -type f \( -name "cbindgen.toml" -o -name " SRC=\ Cargo.* \ - $(shell find src -type f) + $(shell find src/ redox-rt/src/ ld_so/src/ redox-ioctl/src/ include/ -type f) BUILTINS_VERSION=0.1.70