Organize project tools and local workflows: c/tools, c/scripts, c/tests, root Makefile (flat C core untouched) (#22)

This commit is contained in:
ZacharyZcR
2026-07-10 16:08:39 +08:00
committed by GitHub
parent a2942b2172
commit 13e8f09ffc
23 changed files with 87 additions and 52 deletions
+4
View File
@@ -0,0 +1,4 @@
.PHONY: all glm portable test check cuda-test clean
all glm portable test check cuda-test clean:
$(MAKE) -C c $@