From 6d0352d87f696738c57717733d2c6dc684039137 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 13 Apr 2022 21:05:37 -0700 Subject: [PATCH] Rearranged tops20 snavig target to ensure all text files have CRLF endings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e0df45..90bda90 100644 --- a/Makefile +++ b/Makefile @@ -423,8 +423,8 @@ tops20: $(COMMON_DEFINES) $(HASH) @rm -rf $(SNAVIG_DIR) @mkdir $(SNAVIG_DIR) @echo "** Invoking snavig" - @$(SNAVIG) -t tops20 $(COMMON_DIR) $(DUMB_DIR) $(SNAVIG_DIR) @cp Makefile.kcc $(SNAVIG_DIR)/Makefile + @$(SNAVIG) -t tops20 $(COMMON_DIR) $(DUMB_DIR) $(SNAVIG_DIR) @echo "$(SNAVIG_DIR)/ now contains Frotz source code for $(EXPORT_TYPE)." @echo "Supported compilers are:" @echo " KCC-6.620(c2l3)" -- 2.34.1