blob: aabc562e587b637e67c8571613c3d975a52dd764 [file] [log] [blame]
SUBDIRS := functional performance stress
.PHONY: all clean
all:
for DIR in $(SUBDIRS); do $(MAKE) -C $$DIR $@ ; done
clean:
for DIR in $(SUBDIRS); do $(MAKE) -C $$DIR $@ ; done