#CCACHE := ccache

all:
	$(CCACHE) g++ main.cpp -o kumo_control -I../../config_control
