Skip to content

Commit 30c4aa3

Browse files
committed
build(makefile): 进一步增强了构建逻辑
1 parent 2af31ad commit 30c4aa3

File tree

5 files changed

+578
-21
lines changed

5 files changed

+578
-21
lines changed

.cargo/config.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
[build]
2-
target = "x86_64-unknown-none"
3-
4-
[target.x86_64-unknown-none]
5-
runner = "bash ../scripts/test_runner.sh"
6-
2+
target-dir = "./target"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ proka-kernel.iso
44
# Ignore the build directory
55
target/*
66

7+
# Ignore the output directory
8+
output/*
9+
710
# Ignore the ISO temporary directory
811
iso/*
912

0 commit comments

Comments
 (0)