add network map

This commit is contained in:
2024-12-02 16:00:00 +01:00
parent febce132d8
commit 54c560bb4f
3 changed files with 40 additions and 10 deletions

View File

@@ -1,3 +1,2 @@
output: map.txt
map.txt: map.md
cat map.md | graph-easy --boxart > map.txt
map.txt: map.ge
graph-easy --boxart < $< > $@