From 2692f8d68cc18b94659725cd9edffc7f79f8e364 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 13 Apr 2022 20:08:53 -0700 Subject: [PATCH] Added KCC-6.620(c2l3) to list of supported compilers for TOPS20. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e8f0c5a..a51eaa7 100644 --- a/Makefile +++ b/Makefile @@ -424,6 +424,8 @@ tops20: $(COMMON_DEFINES) $(HASH) @$(SNAVIG) -t tops20 $(COMMON_DIR) $(DUMB_DIR) $(SNAVIG_DIR) @cp Makefile.kcc $(SNAVIG_DIR)/Makefile @echo "$(SNAVIG_DIR)/ now contains Frotz source code for $(EXPORT_TYPE)." + @echo "Supported compilers are:" + @echo " KCC-6.620(c2l3)" common_lib: $(COMMON_LIB) -- 2.34.1