MAKE_CMD = $(MAKE) all: $(MAKE_CMD) -C src all test: all $(MAKE_CMD) -C test all clean: $(MAKE_CMD) -C src clean $(MAKE_CMD) -C test clean