Parcourir la source

:sparkle: Added a target to build docker image

Guillaume Jacquenot il y a 5 ans
Parent
commit
7ef2559239
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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