small edit to makefile

This commit is contained in:
2026-08-01 01:03:16 -07:00
parent fca6bd0945
commit 71d3ce4041
+1 -1
View File
@@ -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"