ignore error code from download decks

master
melvin 2013-07-14 14:37:34 +08:00
parent 8451b32200
commit 1c1d0dc386
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ decks/mtgtop8_%.dec:
decks/update:
$(eval LAST := $(shell curl http://mtgtop8.com/search | grep "d=[0-9]\+" -o | sort | tail -1 | sed 's/d=//'))
seq `expr ${LAST} - 100` ${LAST} | parallel make decks/mtgtop8_{}.dec
-seq `expr ${LAST} - 100` ${LAST} | parallel make decks/mtgtop8_{}.dec
find decks -size 0 -delete
ref/rules.txt: