map.txt: map.ge
	grep -v '# unimportant' $< | graph-easy --boxart > $@

full_map.txt: map.ge
	graph-easy --boxart < $< > $@
