feat: Add custom help text

This commit is contained in:
Karan Sharma 2020-12-13 21:03:44 +05:30
parent 40c62216ec
commit 9d2245f72e
7 changed files with 114 additions and 43 deletions

View file

@ -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