all: install

build:
	cd ../../ && make build

install:
	cd ../../ && make install
