MAKE=make

.PHONY: all clean

all:
	cd src && ${MAKE} all DIET="${DIET}"

clean:
	cd src && ${MAKE} clean
