alibaba / kubeskoop

Network monitoring & diagnosis suite for Kubernetes
https://kubeskoop.io
Apache License 2.0
557 stars 66 forks source link

update Makefile and add help information. exec make help will print e… #301

Closed hurricane1988 closed 2 months ago

hurricane1988 commented 2 months ago

make help

Usage:
  make <target>

General
  help             Display this help.

Development
  fmt              Run go fmt against code.
  vet              Run go vet against code.

Build
  build-exporter   Build exporter binary.
  build-skoop      Build skoop binary.
  build-collector  Build collector binary.
  build-controller  Build controller binary.
  build-btfhack    Build btfhack binary.
  build-webconsole  Build webconsole binary.

Dependencies
  generate-bpf     Generate bpf.
  generate-bpf-in-container  Generate bpf in container.
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.