From 47a8b8135d37e0fc97d9fa875ef88855844ab417 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 11 Dec 2016 17:08:47 +1100 Subject: [PATCH 16/16] Add -ck1 version. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3a10a8e08b6d..66562954af0b 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ PHONY := __all __all: +CKVERSION = -ck1 +CKNAME = MuQSS Powered +EXTRAVERSION := $(EXTRAVERSION)$(CKVERSION) + # We are using a recursive build, so we need to do a little thinking # to get the ordering right. # -- 2.25.1