summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cb64d5e..f248f46 100644
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,9 @@ target/kernel.o: target/boot.o target/i686-lisibleos/release/libkernel.a
target/i686-lisibleos/release/libkernel.a:
mkdir -p target
- xargo build -p kernel --target i686-lisibleos --release
+ RUST_TARGET_PATH=$(shell pwd) xargo build -p kernel --target i686-lisibleos --release
clean:
- xargo clean --target i686-lisibleos
+ RUST_TARGET_PATH=$(shell pwd) xargo clean --target i686-lisibleos
rm target/kernel.o target/boot.o target/i686-lisibleos/debug/libkernel.a
rm target/kernel.o target/boot.o target/i686-lisibleos/release/libkernel.a
Go back to lisible.xyz