4 lines
76 B
Makefile
4 lines
76 B
Makefile
|
output: map.txt
|
||
|
map.txt: map.md
|
||
|
cat map.md | graph-easy --boxart > map.txt
|