.PHONY: clean All

All:
	@echo "----------Building project:[ B-Growth - Release ]----------"
	@"$(MAKE)" -f  "B-Growth.mk"
clean:
	@echo "----------Cleaning project:[ B-Growth - Release ]----------"
	@"$(MAKE)" -f  "B-Growth.mk" clean
