Compare commits

..

1 Commits

Author SHA1 Message Date
Evan Chen ff2a1484ae build: update makefile 2021-10-17 00:59:05 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
SHELL := /bin/bash
VERSION=$(shell git describe --tags --abbrev=0)
VERSION=$(shell git describe --tags)
BUILD=$(shell git rev-parse --short HEAD)
PROJ := $(shell basename "$(PWD)")
HUB=hub.kumoly.io