shithub: MicroHs

Download patch

ref: 8675af3c5ba7fa4e6a1795076455d7a87f27d48d
parent: 05e0bf35cea9336232d5d4cf525012337016788a
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Nov 27 10:56:07 EST 2023

Use \

--- a/Makefile.windows
+++ b/Makefile.windows
@@ -14,6 +14,6 @@
 	cl /O2 src/runtime/eval-windows-64.c src/runtime/comb.c /Febin/mhseval.exe
 
 exampletest:	bin/mhs.exe bin/mhseval.exe Example.hs
-	bin/mhs -r Example
-	bin/mhs Example && bin/mhseval
-#	bin/mhs Example -oEx.exe && ./Ex && rm Ex.exe
+	bin\mhs -r Example
+	bin\mhs Example && bin\mhseval
+#	bin\mhs Example -oEx.exe && Ex && rm Ex.exe
--