blob: f659cd94013a71ef4b1c4ef74cb216005b7ed0a5 [file] [log] [blame]
Austin Schuhab802d52020-07-03 18:11:11 -07001all: docker_build
2
3docker_build:
4 cd .. && \
5 docker build . -f contrib/Dockerfile -t matplotlibcpp && \
6 cd contrib