Skip to content
Snippets Groups Projects
Verified Commit bade94e9 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Also remove target directory in clean make target

parent f7a3f209
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment