Skip to content

Commit 514d159

Browse files
committed
Added cleanup for pygraphviz target.
1 parent 31e0364 commit 514d159

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ virtual-env:
55
$(PYTHON) -m venv $(VENV)
66

77
pygraphviz:
8-
git clone https://github.com/pygraphviz/pygraphviz
9-
. $(VENV)/bin/activate && \
8+
@git clone https://github.com/pygraphviz/pygraphviz
9+
@. $(VENV)/bin/activate && \
1010
cd pygraphviz && \
1111
git checkout 6c0876c9bb158452f1193d562531d258e9193f2e && \
1212
git apply ../patches/graphviz-includes.diff && \
1313
python setup.py install
14+
@rm -rf pygraphviz
1415

1516

1617
deps: pygraphviz

0 commit comments

Comments
 (0)