Verified Commit 43f501e5 authored by Refill's avatar Refill
Browse files

[cmake] support test machine make

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -3,6 +3,8 @@ kernel.bin:
cmake src -B build -DTOOLPREFIX=${TOOLPREFIX}
cmake --build build
cp build/sys/kernel.bin ./
all: kernel.bin
clean:
rm -r build
rm kernel.bin
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment