diff options
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 |