1 2 3 4 5 6 7 8
SUBDIRS = lib simple stress integrity utils all clean tests: $(SUBDIRS) .PHONY: $(SUBDIRS) $(SUBDIRS): $(MAKE) -C $@ $(MAKECMDGOALS)