Add a production for listing campaigns by rank order.
This commit is contained in:
parent
44d814755a
commit
c7a09d7dcb
1 changed files with 9 additions and 0 deletions
|
@ -82,6 +82,15 @@ reindent:
|
|||
editor_bindings:
|
||||
@./extractbindings <../themes/editor.cfg
|
||||
|
||||
# Look at the difficulty-rank order of the campaigns
|
||||
rank:
|
||||
@grep rank ../campaigns/*/_main.cfg | sed -n \
|
||||
-e '/rank=/s///' \
|
||||
-e '/..\/campaigns\//s///' \
|
||||
-e '/\/_main.cfg:/s///p' \
|
||||
| sort -n -k 2 \
|
||||
| awk '{print $$2, "\t", $$1}'
|
||||
|
||||
# For performing test lifts of mainline
|
||||
lift:
|
||||
./wmllint --verbose $(MAINLINE) $(UMC)
|
||||
|
|
Loading…
Add table
Reference in a new issue