blob: d188796cd1e471799f8ec570a345dadea2ec73d9 [file] [log] [blame]
SUBDIRS = lib simple stress integrity utils
all clean tests: $(SUBDIRS)
.PHONY: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)