shithub: MicroHs

Download patch

ref: 12dd072194bb0476419122d29913fceb767840a5
parent: c0eaa499f5bcba8e2c30003ff846391e8c274849
author: Lennart Augustsson <lennart@augustsson.net>
date: Sat Nov 23 06:58:50 EST 2024

Another fix

--- a/Makefile
+++ b/Makefile
@@ -137,11 +137,11 @@
 	cd tests; make alltest
 
 # Run test examples with mhs-compiled compiler
-runtestmhs:
+runtestmhs: bin/mhs
 	cd tests; make MHS=../bin/mhs cache; make MHS="../bin/mhs +RTS -H4M -RTS -CR" info test errtest
 
 # Run test examples going via JavaScript
-runtestemscripten:
+runtestemscripten: bin/mhs
 	cd tests; make MHS=../bin/mhs cache; MHSDIR=.. make MHS="../bin/mhs -CR -temscripten -oout.js" EVAL="node out.js" info test errtest