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 <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2026-01-02 02:45:44 +11:00
parent 5f256f91cd
commit 4c90ea3506
+1 -1
View File
@@ -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