From 71d3ce40417d200827a3f4563af1b48c2a7761c7 Mon Sep 17 00:00:00 2001 From: codegirl-007 Date: Sat, 1 Aug 2026 01:03:16 -0700 Subject: [PATCH] small edit to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef409f7..93ac37c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ help: @echo " shaders-d3d12 Compile DXIL into shaders/d3d12/ (needs shadercross)" @echo " shaders-metal Compile MSL into shaders/metal/ (needs shadercross)" @echo " shaders-all Build all shader backends" - @echo " test Run engine pure unit tests" + @echo " test Run engine unit tests" @echo " check Typecheck examples/toad" @echo " toad Run the toad example"