From a3af35e85fd1b2a79c6ed8ae2e48ac0517fa6a06 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 7a2a9a175756..05de1c14b6e4 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,10 @@ NAME = Shy Crocodile PHONY := _all _all: +CKVERSION = -ck1 +CKNAME = MuQSS Powered +EXTRAVERSION := $(EXTRAVERSION)$(CKVERSION) + # Do not use make's built-in rules and variables # (this increases performance and avoids hard-to-debug behaviour) MAKEFLAGS += -rR -- 2.17.1