Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
bootloader
Commits
bade94e9
Verified
Commit
bade94e9
authored
Feb 27, 2022
by
Jeremy Soller
Browse files
Also remove target directory in clean make target
parent
f7a3f209
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
bade94e9
...
...
@@ -5,7 +5,7 @@ export RUST_TARGET_PATH=$(CURDIR)/targets
include
mk/$(TARGET).mk
clean
:
rm
-rf
build
rm
-rf
build
target
$(BUILD)/filesystem
:
mkdir
-p
$(BUILD)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment