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

12 lines
150 B
Makefile

SUBDIRS = atoms
all tests: $(SUBDIRS)
clean: $(SUBDIRS)
rm -rf run_pdf_test_file_*
.PHONY: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)