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