dmzconf/Makefile

6 lines
124 B
Makefile
Raw Normal View History

2024-12-02 15:00:00 +00:00
map.txt: map.ge
grep -v '# unimportant' $< | graph-easy --boxart > $@
full_map.txt: map.ge
2024-12-02 15:00:00 +00:00
graph-easy --boxart < $< > $@