10000 :sparkle: Added a target to build docker image · Guchen1/matplotlib-cpp@7ef2559 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ef2559

Browse files
Gjacquenotlava
authored andcommitted
❇️ Added a target to build docker image
1 parent d7839cc commit 7ef2559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ $(EXAMPLE_TARGETS): examples/build/%: examples/%.cpp matplotlibcpp.h
3636

3737
clean:
3838
rm -f ${EXAMPLE_TARGETS}
39+
40+
docker_build:
41+
docker build . -t matplotlibcpp

0 commit comments

Comments
 (0)
0