M7350/filesystems/mtd-utils/tests/fs-tests/Makefile
2024-09-09 08:57:42 +00:00

9 lines
137 B
Makefile

SUBDIRS = lib simple stress integrity utils
all clean tests: $(SUBDIRS)
.PHONY: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)