Allow omiting colors

This commit is contained in:
Arnie
2019-09-17 09:36:31 +02:00
parent 9a75a91df2
commit 98221c2f7a
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ GIT_TAG = $(shell git describe --tags --exact-match 2>/dev/null)
VERSION := $(or $(GIT_TAG),latest)
all : VERSION := 1.1.1
all : VERSION := 1.1.2
all : build release
.PHONY : all