mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Supporting running OSDK commands in workspace root
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
c7b7e2473f
commit
aaf101a53e
4
Makefile
4
Makefile
@ -122,7 +122,7 @@ initramfs:
|
||||
|
||||
.PHONY: build
|
||||
build: initramfs $(CARGO_OSDK)
|
||||
@cd kernel && cargo osdk build $(CARGO_OSDK_ARGS)
|
||||
cargo osdk build $(CARGO_OSDK_ARGS)
|
||||
|
||||
.PHONY: tools
|
||||
tools:
|
||||
@ -130,7 +130,7 @@ tools:
|
||||
|
||||
.PHONY: run
|
||||
run: build
|
||||
@cd kernel && cargo osdk run $(CARGO_OSDK_ARGS)
|
||||
@cargo osdk run $(CARGO_OSDK_ARGS)
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
|
Reference in New Issue
Block a user