浏览代码

:sparkle: Added a target to build docker image

Guillaume Jacquenot 5 年之前
父节点
当前提交
7ef2559239
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -36,3 +36,6 @@ $(EXAMPLE_TARGETS): examples/build/%: examples/%.cpp matplotlibcpp.h
 
 clean:
 	rm -f ${EXAMPLE_TARGETS}
+
+docker_build:
+	docker build . -t matplotlibcpp