This commit is contained in:
2026-03-09 07:53:06 +00:00
parent 975afaf3f0
commit 470412a1c2
82 changed files with 7094 additions and 5234 deletions

View File

@@ -3,14 +3,11 @@
all: zvfs
zvfs:
$(MAKE) -C zvfs
$(MAKE) -C src
test:
$(MAKE) -C test
run-test:
$(MAKE) -C test run-test
$(MAKE) -C tests
clean:
$(MAKE) -C zvfs clean
$(MAKE) -C test clean
$(MAKE) -C src clean
$(MAKE) -C tests clean