From: David Griffith Date: Thu, 14 Apr 2022 04:05:37 +0000 (-0700) Subject: Rearranged tops20 snavig target to ensure all text files have CRLF endings. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=6d0352d87f696738c57717733d2c6dc684039137;p=liskon_frotz.git Rearranged tops20 snavig target to ensure all text files have CRLF endings. --- 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)"