github.com/inspektor-gadget/inspektor-gadget@v0.28.1/pkg/gadget-service/Makefile (about) 1 .PHONY: generated-files 2 generated-files: api/gadgettracermanager.pb.go 3 4 api/gadgettracermanager.pb.go: api/api.proto 5 protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative api/api.proto 6 7 clean: 8 rm -f api/api.pb.go api/api_grpc.pb.go