mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 08:30:14 +08:00
graph/formats/dot/testdata: don't clone the full history
This commit is contained in:
2
graph/formats/dot/testdata/Makefile
vendored
2
graph/formats/dot/testdata/Makefile
vendored
@@ -98,7 +98,7 @@ fetch: graphviz
|
||||
rm -rf graphviz
|
||||
|
||||
graphviz:
|
||||
git clone https://github.com/ellson/graphviz.git
|
||||
git clone --depth=1 https://github.com/ellson/graphviz.git
|
||||
|
||||
clean:
|
||||
rm -rf *.dot input output
|
||||
|
Reference in New Issue
Block a user