# Copyright (c) 2020 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # default: build build: cargo build -v clean: cargo clean test: check: .PHONY: \ build \ test \ check \ clean