.DEFAULT_GOAL:=all all: build .PHONY:=build build: $(MAKE) -C src .PHONY:=clean clean: $(MAKE) -C src clean