fix missing files

This commit is contained in:
Jon Lundy
2020-11-28 15:17:44 -07:00
parent 7e3eee56e0
commit 8f48e36da8
4 changed files with 238 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
NAME=sour.is-keyproofs
BUMP?=current
DATE:=$(shell date -u +%FT%TZ)
HASH:=$(shell git rev-pars HEAD 2> /dev/null)
HASH:=$(shell git rev-parse HEAD 2> /dev/null)
VERSION:=$(shell BUMP=$(BUMP) ./version.sh)