Merge pull request #333 from jodh-intel/improve-toplevel-makefile

build: Improve top-level Makefile
This commit is contained in:
Peng Tao
2020-06-26 16:20:01 +08:00
committed by GitHub
3 changed files with 127 additions and 11 deletions

View File

@@ -94,9 +94,11 @@ install: build-service
clean:
@cargo clean
check:
test:
@cargo test --all --target $(TRIPLE)
check: test
run:
@cargo run --target $(TRIPLE)