Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22024-2210153
neuq-rCore
Commits
81c450a1
Commit
81c450a1
authored
1 year ago
by
Shetty Yttehs
Browse files
Options
Download
Patches
Plain Diff
Add target 'clean' in Makefile
parent
176f6898
submit-qemu
docs
make-clean
process
refact-mm
submit
vf2
qemu-v0.2
qemu-v0.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+4
-0
Makefile
os/Makefile
+3
-0
os/Makefile
with
7 additions
and
0 deletions
+7
-0
Makefile
+
4
−
0
View file @
81c450a1
...
...
@@ -37,5 +37,9 @@ dummy-run:
dummy-test
:
dummy-run parse
clean
:
@
cd
os
&&
make
-s
clean
@
cd
user
&&
make
-s
clean
%
:
@
cd
os
&&
make
-s
$@
This diff is collapsed.
Click to expand it.
os/Makefile
+
3
−
0
View file @
81c450a1
...
...
@@ -84,3 +84,6 @@ release-inner:
@
echo
'[+] Building os kernel(release)'
$(
CARGO
)
build
$(
CARGO_FLAGS
)
@$(
OBJCOPY
)
--strip-all
$(
KERNEL_ELF
)
$(
KERNEL_BIN
)
clean
:
@$(
CARGO
)
clean
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets