diff options
-rw-r--r-- | GNUmakefile | 6 | ||||
m--------- | tools | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 25829432..a41feebb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -39,8 +39,14 @@ news: world/map/news.txt world/map/news.html world/map/news.rss world/map/news.j updates: cd tools/client/ ; ./make-updates.sh + +.PHONY: frob sql stats + frob: deno run --allow-read=. --allow-write=world/save tools/server/frob/index.ts -- $(items) sql: deno run --allow-read=. --allow-net tools/server/frob/index.ts -- --dry --sql + +stats: + deno run --allow-read=. --allow-write=log --allow-net=server.themanaworld.org,raw.githubusercontent.com tools/server/frob/index.ts -- --dry --stats diff --git a/tools b/tools -Subproject a5d6818c8e4f68d9b7dd6272754a781c90be3f8 +Subproject 5a87ab2dd7fea89b35e3408481575c51f980ae3 |