update "about" networks

This commit is contained in:
Fabien Freling 2020-12-20 21:27:01 +01:00
parent 59a438689f
commit d31ef3882d
11 changed files with 302 additions and 24 deletions

View file

@ -5,6 +5,9 @@ root := `pwd`
build:
tup build
clean:
git clean -dxf build
# Generate dependency graph as PNG file
graph:
tup graph . | dot -Tpng > graph.png
@ -19,4 +22,4 @@ deploy: build
build/* fabs@ffreling.com:ffreling.com/
preview: build
python -m webbrowser -t "file://{{root}}/build/index.html"
python3 -m webbrowser -t "file://{{root}}/build/index.html"