blob: 883ae557587290d5d99f604a20e5b48b2cc47896 [file] [log] [blame]
all:
$(MAKE) -C function
$(MAKE) -C stress
install:
$(MAKE) -C function install
$(MAKE) -C stress install
clean:
$(MAKE) -C function clean
$(MAKE) -C stress clean