Commit 81c450a1 authored by Shetty Yttehs's avatar Shetty Yttehs :yum:
Browse files

Add target 'clean' in Makefile

Showing with 7 additions and 0 deletions
+7 -0
......@@ -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 $@
......@@ -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
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