We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886117b commit c3222f0Copy full SHA for c3222f0
mk/tools.mk
@@ -10,11 +10,11 @@ COMPILETEST_INPUTS := $(wildcard $(S)src/compiletest/*rs)
10
11
# Cargo, the package manager
12
CARGO_LIB := $(S)src/libcargo/cargo.rc
13
-CARGO_INPUTS := $(wildcard $(S)src/cargo/*rs)
+CARGO_INPUTS := $(wildcard $(S)src/libcargo/*rs)
14
15
# Rustdoc, the documentation tool
16
RUSTDOC_LIB := $(S)src/librustdoc/rustdoc.rc
17
-RUSTDOC_INPUTS := $(wildcard $(S)src/rustdoc/*.rs)
+RUSTDOC_INPUTS := $(wildcard $(S)src/librustdoc/*.rs)
18
19
# Rusti, the JIT REPL
20
RUSTI_LIB := $(S)src/librusti/rusti.rc
0 commit comments