aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.userprog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.userprog b/src/Makefile.userprog
index c9ad8ee..f15ec78 100644
--- a/src/Makefile.userprog
+++ b/src/Makefile.userprog
@@ -53,7 +53,7 @@ libc.a: $(LIB_OBJ)
ranlib $@
librust.a:
- make -C $(LIBDIR_RUST) all
+ make -C $(LIBDIR_RUST) debug
cp $(LIBDIR_RUST)/target/debug/librust.a $@
clean::