1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-29 05:24:57 +03:00

Fix for casing issue with inform6 makescript on case-sensitive file systems

This commit is contained in:
Graham Nelson 2022-05-28 23:03:16 +01:00
parent a619bc27ea
commit 1e6917f456

View file

@ -25,7 +25,7 @@
ME = inform6
INTEST = ../intest/Tangled/intest
SANDBOX = $(ME)/inform6
SANDBOX = $(ME)/Inform6
INTERPRETERS = $(ME)/Tests/Assistants
# Making the program: