shithub: rd

Download patch

ref: d00878118ad48befd85c7499a6db4bdfd42c83e1
parent: 5f08223b3c07a410e49fadebe66ca53be3314a67
author: Copilot <198982749+Copilot@users.noreply.github.com>
date: Tue Mar 31 13:58:42 EDT 2026

Rename `test` mkfile target to `runtest` to fix ambiguity on 9front.

--- a/mkfile
+++ b/mkfile
@@ -49,7 +49,7 @@
 
 default:V: $O.thread
 all:V: $O.thread
-test:V: $O.test
+runtest:V: $O.test
 	$O.test
 
 $O.thread:	$THREADOFILES $LIB
--