Quellcode durchsuchen

:sparkle: Added a target to build docker image

Guillaume Jacquenot vor 5 Jahren
Ursprung
Commit
7ef2559239
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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