Files
onvif/python/Makefile
Cedric Verstraeten 8902e4e789 upgrade onvif library
2023-12-18 20:16:21 +01:00

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 ../...