🔧 Update Makefile

This commit is contained in:
M. Mert Yildiran 2022-12-30 06:16:29 +03:00
parent af488288f2
commit c2e3189d6b
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -11,7 +11,7 @@ GIT_VERSION=$(shell git branch --show-current | tr '[:upper:]' '[:lower:]')
BUILD_TIMESTAMP=$(shell date +%s)
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)
build-debug: ## Build for debuging.