Makefile 117 B

123456
  1. all: docker_build
  2. docker_build:
  3. cd .. && \
  4. docker build . -f contrib/Dockerfile -t matplotlibcpp && \
  5. cd contrib