# Copyright (C) 2022 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

.PHONY: gen

gen:
	python3 gen_commands.py
	which go
	go fmt ../...

