shithub: MicroHs

Download patch

ref: 584e31856fc353750c14b68e96bcd536899b7f01
parent: e46daa1777cdc102c2cf48251aa354dac624dd3e
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Thu Nov 23 08:34:25 EST 2023

Add comment

--- a/Makefile.windows
+++ b/Makefile.windows
@@ -1,3 +1,6 @@
+#
+# Use with nmake
+#
 all:    bin/mhs.exe bin/mhseval.exe
 
 # Compile mhs from distribution, with C compiler
--