1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 08:26:17 +04:00

clean riscv-pk in Makefile

This commit is contained in:
WangRunji 2018-11-15 23:42:44 +08:00
parent 44bf3fb07a
commit 40b099ed79

View File

@ -89,6 +89,7 @@ all: $(kernel)
clean: clean:
@cargo clean @cargo clean
@rm -rf ../riscv-pk/build
doc: doc:
@cargo rustdoc -- --document-private-items @cargo rustdoc -- --document-private-items