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 < $< > $@
|