Files
dmzconf/Makefile
T
2024-12-03 20:05:31 +01:00

6 lines
124 B
Makefile

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