prepare for dockerizing

This commit is contained in:
2021-09-21 15:46:55 +02:00
parent 258177fcdb
commit 3b6f05dbc2
4 changed files with 43 additions and 3 deletions

View File

@ -5,7 +5,7 @@ sha256.c \
sink20169.c \
logging.c
VERSION := $(shell git rev-parse --short=8 HEAD)
VERSION ?= $(shell git rev-parse --short=8 HEAD)
UNAME_S := $(shell uname -s)
CC = gcc