automatic network map creation

This commit is contained in:
2023-08-04 19:20:49 +02:00
parent a19f383672
commit 6eb539b463
3 changed files with 11 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
output: map.txt
map.txt: map.md
cat map.md | graph-easy --boxart > map.txt