Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fdd75 commit bc79997Copy full SHA for bc79997
Makefile
@@ -4,7 +4,6 @@ NAME=custom-and-config
4
NOTEBOOK=notebooks/mmpl-$(NAME).ipynb
5
6
-include include/common.mk
7
--include include/graphviz.mk
8
9
# The following target is intended for use by project-creators only. When
10
# creating a new notebook project, add a copy of this Makefile and run this
@@ -16,7 +15,7 @@ setup-submodule:
16
15
17
# The 'setup' target needs to be run before the 'project-deps' target,
18
# so that the includes are present (done by 'make project-setup').
19
-deps: pygraphviz project-deps
+deps: project-deps
20
21
setup:
22
@git submodule init
0 commit comments