From 8c450fe12f2f42cfccc8269bac199da6d2d7f506 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 13 Apr 2022 21:06:56 -0700 Subject: [PATCH] Added version requirement for KCC in Makefile.kcc. --- Makefile.kcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.kcc b/Makefile.kcc index 3905152..3163ac4 100644 --- a/Makefile.kcc +++ b/Makefile.kcc @@ -1,5 +1,5 @@ # This file is used to build Frotz for TOPS20 using the KCC compiler. -# +# KCC-6.620(c2l3) is required. Other versions are untested. CC = cc -- 2.34.1