mirror of
https://github.com/kerberos-io/onvif.git
synced 2025-12-24 11:31:03 +08:00
12 lines
149 B
Makefile
12 lines
149 B
Makefile
# Copyright (C) 2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
.PHONY: gen
|
|
|
|
gen:
|
|
python3 gen_commands.py
|
|
which go
|
|
go fmt ../...
|
|
|