diff options
author | gumi <git@gumi.ca> | 2020-10-04 22:19:52 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-10-04 22:20:09 -0400 |
commit | 97ac0d37acfebd18f8079704ee33ea8c68d2a4d7 (patch) | |
tree | 446c004de8951f18a55d82b430ea0eea1b15b0c6 /GNUmakefile | |
parent | 3ebcacaaa39242928da30b3c2cc94796d8462c8f (diff) | |
download | serverdata-github/fork/Helianthella/hoarders.tar.gz serverdata-github/fork/Helianthella/hoarders.tar.bz2 serverdata-github/fork/Helianthella/hoarders.tar.xz serverdata-github/fork/Helianthella/hoarders.zip |
[frob] add a mode to list item hoardersgithub/fork/Helianthella/hoarders
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 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 |