mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00: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 ../...
|
|
|