mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-08 05:49:52 +00:00
🔧 Update Makefile
This commit is contained in:
parent
af488288f2
commit
c2e3189d6b
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ GIT_VERSION=$(shell git branch --show-current | tr '[:upper:]' '[:lower:]')
|
|||||||
BUILD_TIMESTAMP=$(shell date +%s)
|
BUILD_TIMESTAMP=$(shell date +%s)
|
||||||
export VER?=0.0
|
export VER?=0.0
|
||||||
|
|
||||||
help: ## This help.
|
help:
|
||||||
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
|
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
|
||||||
|
|
||||||
build-debug: ## Build for debuging.
|
build-debug: ## Build for debuging.
|
||||||
|
Loading…
Reference in New Issue
Block a user