feat: Add custom help text
This commit is contained in:
parent
40c62216ec
commit
9d2245f72e
7 changed files with 114 additions and 43 deletions
3
Makefile
3
Makefile
|
@ -1,9 +1,8 @@
|
|||
DOGGO-BIN := doggo.bin
|
||||
|
||||
HASH := $(shell git rev-parse --short HEAD)
|
||||
COMMIT_DATE := $(shell git show -s --format=%ci ${HASH})
|
||||
BUILD_DATE := $(shell date '+%Y-%m-%d %H:%M:%S')
|
||||
VERSION := ${HASH} (${COMMIT_DATE})
|
||||
VERSION := ${HASH}
|
||||
|
||||
.PHONY: build
|
||||
build: ## Build the doggo binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue