.PHONY: all
all:
	make -C build all

.PHONY: clean
clean:
	make -C build clean
