add ability to remove unimportant items

This commit is contained in:
2024-12-03 20:03:52 +01:00
parent 54c560bb4f
commit c8283e1d08
2 changed files with 9 additions and 5 deletions

View File

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