@@ -1,9 +1,16 @@
.PHONY: all clean zvfs
.PHONY: all clean zvfs test run-test
all: zvfs
zvfs:
$(MAKE) -C zvfs
test:
$(MAKE) -C test
run-test:
$(MAKE) -C test run-test
clean:
$(MAKE) -C zvfs clean
$(MAKE) -C test clean
The note is not visible to the blocked user.