Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c923b1
)
Rearranged tops20 snavig target to ensure all text files have CRLF endings.
author
David Griffith
<dave@661.org>
Thu, 14 Apr 2022 04:05:37 +0000
(21:05 -0700)
committer
David Griffith
<dave@661.org>
Thu, 14 Apr 2022 04:05:37 +0000
(21:05 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7e0df453a4ae98a76b9438f449802bdff0860bfb..90bda9013b06d182747bea49cdfc3d60d5fb1dca 100644
(file)
--- 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)"