all: docker_build

docker_build:
	cd .. && \
	docker build . -f contrib/Dockerfile -t matplotlibcpp && \
	cd contrib
