mirror of
https://gitea.dmz.rs/Decentrala/dmzconf.git
synced 2026-07-11 05:52:26 +02:00
6 lines
124 B
Makefile
6 lines
124 B
Makefile
map.txt: map.ge
|
|
grep -v '# unimportant' $< | graph-easy --boxart > $@
|
|
|
|
full_map.txt: map.ge
|
|
graph-easy --boxart < $< > $@
|