mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 22:39:01 +00:00
Merge pull request #333 from jodh-intel/improve-toplevel-makefile
build: Improve top-level Makefile
This commit is contained in:
@@ -94,9 +94,11 @@ install: build-service
|
||||
clean:
|
||||
@cargo clean
|
||||
|
||||
check:
|
||||
test:
|
||||
@cargo test --all --target $(TRIPLE)
|
||||
|
||||
check: test
|
||||
|
||||
run:
|
||||
@cargo run --target $(TRIPLE)
|
||||
|
||||
|
Reference in New Issue
Block a user